From c35b0147c3b0f9e8871381a7d7417d68263fcab1 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 6 Feb 2025 20:43:03 -0600 Subject: [PATCH] sysctl: increase quic buffer Signed-off-by: Myned --- options/custom/settings/boot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options/custom/settings/boot.nix b/options/custom/settings/boot.nix index ef084ee..c185c22 100644 --- a/options/custom/settings/boot.nix +++ b/options/custom/settings/boot.nix @@ -48,6 +48,10 @@ in { # https://docs.syncthing.net/users/faq.html#inotify-limits "fs.inotify.max_user_watches" = 204800; + + # https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes + "net.core.rmem_max" = 7500000; + "net.core.wmem_max" = 7500000; }; loader = {