mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-07 18:51:33 +03:00
Ensure DHCP resend interval is not to long
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define IPC_DHCP_TIMEOUT (5 * 1000)
|
||||
#define IPC_DHCP_MIN_LEASE 5
|
||||
#define IPC_DHCP_DEFAULT_LEASE 3600
|
||||
#define IPC_DHCP_MAX_RESEND_INTERVAL (3 * 1000)
|
||||
|
||||
#define IPC_MAX_PACKET_QUEUE_LEN 10000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user