mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
[master] Added configuration parameter, ping-cltt-secs (v4 operation only)
Merges in rt36283.
This commit is contained in:
@@ -815,11 +815,17 @@ struct lease_state {
|
||||
#define SV_RELEASE_ON_ROAM 95
|
||||
#define SV_LOCAL_ADDRESS6 96
|
||||
#define SV_BIND_LOCAL_ADDRESS6 97
|
||||
#define SV_PING_CLTT_SECS 98
|
||||
|
||||
#if !defined (DEFAULT_PING_TIMEOUT)
|
||||
# define DEFAULT_PING_TIMEOUT 1
|
||||
#endif
|
||||
|
||||
#if !defined (DEFAULT_PING_CLTT_SECS)
|
||||
# define DEFAULT_PING_CLTT_SECS 60 /* in seconds */
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined (DEFAULT_DELAYED_ACK)
|
||||
# define DEFAULT_DELAYED_ACK 0 /* default 0 disables delayed acking */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user