Skip to content

Commit b05df6c

Browse files
committed
Add UDP buffer note
1 parent b96738c commit b05df6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ app_setup_block: |
147147
148148
You should also uncomment the `Alt-Svc` header in your `ssl.conf` so that browsers are aware that you offer QUIC connectivity.
149149
150+
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/`.
151+
150152
### Migration from the old `linuxserver/letsencrypt` image
151153
152154
Please follow the instructions [on this blog post](https://www.linuxserver.io/blog/2020-08-21-introducing-swag#migrate).

0 commit comments

Comments
 (0)