mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-01 12:54:07 +00:00
Native increase select timeout to 1 hour
This commit is contained in:
parent
c2681c3046
commit
a8f16d2d29
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
// #define PROFILE_UID 5
|
||||
// #define PROFILE_JNI 5
|
||||
|
||||
#define SELECT_TIMEOUT 600 // seconds
|
||||
#define SELECT_TIMEOUT 3600 // seconds
|
||||
|
||||
#define TUN_MAXMSG 32768 // bytes (device)
|
||||
#define ICMP4_MAXMSG (IP_MAXPACKET - 20 - 8) // bytes (socket)
|
||||
|
|
Loading…
Reference in a new issue