Skip to content
  • Shawn Routhier's avatar
    [master] · dbd65517
    Shawn Routhier authored
    [ISC-Bugs #26108]
    Add a compile time option, enable-secs-byteorder, to deal with
    clients that do the byte ordering on the secs field incorrectly.
    This field should be in network byte order but some clients
    get it wrong.  When this option is enabled the server will examine
    the secs field and if it looks wrong (high byte non zero and low
    byte zero) swap the bytes.  The default is disabled.  This option
    is only useful when doing load balancing within failover.
    dbd65517