From 0a5a5deaf85072a477382ae2f2178579eb642d4b Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 9 May 2019 11:38:34 +0200 Subject: [PATCH] Add info --- conf/90-transmission.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/90-transmission.conf b/conf/90-transmission.conf index 0058cc7..718730e 100644 --- a/conf/90-transmission.conf +++ b/conf/90-transmission.conf @@ -1,2 +1,5 @@ +# These settings affect the size of the buffers for send and receive sockets. +# Size of receive socket buffer net.core.rmem_max = 4194304 -net.core.wmem_max = 1048576 \ No newline at end of file +# Size of send socket buffer +net.core.wmem_max = 1048576