mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Increase ICMP timeout
This commit is contained in:
parent
bd78a165b7
commit
87da34c19d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#define ICMP4_MAXMSG 65507 // bytes (socket)
|
||||
#define UDP4_MAXMSG 65507 // bytes (socket)
|
||||
|
||||
#define ICMP_TIMEOUT 3 // seconds
|
||||
#define ICMP_TIMEOUT 15 // seconds
|
||||
|
||||
#define UDP_TIMEOUT_53 15 // seconds
|
||||
#define UDP_TIMEOUT_ANY 300 // seconds
|
||||
|
|
Loading…
Reference in a new issue