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