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

This commit is contained in:
M66B 2016-02-09 11:32:03 +01:00
parent 27cc16eb2e
commit 9c9a7a7523

View file

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