1
0
Fork 0
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:
M66B 2016-02-11 14:46:43 +01:00
parent c2681c3046
commit a8f16d2d29

View file

@ -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)