aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcp.c b/tcp.c
index 2409b97..d42e9ab 100644
--- a/tcp.c
+++ b/tcp.c
@@ -359,8 +359,8 @@
#define FIN_TIMEOUT 240000
#define LAST_ACK_TIMEOUT 240000
-#define TCP_SOCK_POOL_SIZE 256
-#define TCP_SOCK_POOL_TSH 128 /* Refill in ns if > x used */
+#define TCP_SOCK_POOL_SIZE 32
+#define TCP_SOCK_POOL_TSH 16 /* Refill in ns if > x used */
#define TCP_SPLICE_PIPE_POOL_SIZE 256
#define REFILL_INTERVAL 1000