From 430de516aac932830c82333d76966fbba46f7d66 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 11 Aug 2023 21:16:29 +0200 Subject: [PATCH] Increase Glorytun TCP buffer --- glorytun/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun/init b/glorytun/init index c0011edc1..a21afcd9f 100755 --- a/glorytun/init +++ b/glorytun/init @@ -82,7 +82,7 @@ start_instance() { retry count -1 const 5000000 \ timeout ${timeout} \ keepalive count 5 idle 20 interval 2 \ - buffer-size 32768 + buffer-size 327680 procd_set_param respawn 0 30 0 procd_set_param file /tmp/${PROG_NAME}-${1}.key