summaryrefslogtreecommitdiffstats
path: root/bin-net/syncthing-bin/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'bin-net/syncthing-bin/FINAL')
-rwxr-xr-xbin-net/syncthing-bin/FINAL4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin-net/syncthing-bin/FINAL b/bin-net/syncthing-bin/FINAL
new file mode 100755
index 0000000..4b6a086
--- /dev/null
+++ b/bin-net/syncthing-bin/FINAL
@@ -0,0 +1,4 @@
+message "${MESSAGE_COLOR}You also want to consider the following:\n"
+message "# Increase maximum receive socket buffer size to 2MiB for QUIC connections"
+message "# see https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size"
+message "echo \"net.core.rmem_max=2097152\" >> /etc/sysctl.conf${DEFAULT_COLOR}\n"