Skip to content
  • Thomas Markwalder's avatar
    [#10,!6] Added ping-timeout-ms parameter · e6eccd10
    Thomas Markwalder authored
    You can now use ping-timeout-ms to specify the ping
    timeout value in milliseconds.
    
    includes/dhcpd.h
        new defines: SV_PING_TIMEOUT_MS and DEFAULT_PING_TIMEOUT_MS
    
    server/dhcp.c
        do_ping_check() - modified to calculate ping time from
        ping-timeout-ms when its > 0, otherwise use ping-timeout
        Added timeout value to debug log message
    
    server/dhcpd.conf.5
        Added discussion of ping-timeout-ms
    
    server/stables.c
        Added entry for ping-timeout-ms
    e6eccd10