mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Native increase select timeout
This commit is contained in:
parent
27cc16eb2e
commit
9c9a7a7523
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#define TAG "NetGuard.JNI"
|
||||
|
||||
#define SELECT_TIMEOUT 60 // seconds
|
||||
#define SELECT_TIMEOUT 600 // seconds
|
||||
|
||||
#define TUN_MAXMSG 32768 // bytes (device)
|
||||
#define ICMP4_MAXMSG (IP_MAXPACKET - 20 - 8) // bytes (socket)
|
||||
|
|
Loading…
Reference in a new issue