Skip to content
  • Thomas Markwalder's avatar
    [#174,!414] HA now logs server times along with skew · dabd4188
    Thomas Markwalder authored
    src/hooks/dhcp/high_availability/communication_state.*
        ComunicationState::setPartnerTime() - in addition to the skew
        it now retains current time and partner time
    
        CommunicationState::logFormatClockSkew() - now outputs current
        time and partner time, along with skew value
    
    src/hooks/dhcp/high_availability/ha_messages.*
        HA_HIGH_CLOCK_SKEW
        HA_HIGH_CLOCK_SKEW_CAUSES_TERMINATION - modified to accomdate peer times
    
        HA_TERMINATED - reworded, as entering this state is a generic endpoint that
        may, in future be reached for reasons other than clock skew
    
    src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc
        TEST_F(CommunicationStateTest, logFormatClockSkew) - updated
    dabd4188
To find the state of this project's repository at the time of any of these versions, check out the tags.