From b05df6cf2aa3ce1164712e2895faeb28e8169e18 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 18 Jul 2025 20:57:01 +0100 Subject: [PATCH] Add UDP buffer note --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index fcfb41e..ebbfb8e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -147,6 +147,8 @@ app_setup_block: | You should also uncomment the `Alt-Svc` header in your `ssl.conf` so that browsers are aware that you offer QUIC connectivity. + It is [recommended](https://quic-go.net/docs/quic/optimizations/#udp-buffer-sizes) to increase the UDP send/recieve buffer **on the host** by setting the `net.core.rmem_max` and `net.core.wmem_max` sysctls. Suggested values are between 4-16Mb (4194304-16777216 bytes). For persistence between reboots use `/etc/sysctl.d/`. + ### Migration from the old `linuxserver/letsencrypt` image Please follow the instructions [on this blog post](https://www.linuxserver.io/blog/2020-08-21-introducing-swag#migrate).