mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
5 lines
195 B
Text
5 lines
195 B
Text
# These settings affect the size of the buffers for send and receive sockets.
|
|
# Size of receive socket buffer
|
|
net.core.rmem_max = 4194304
|
|
# Size of send socket buffer
|
|
net.core.wmem_max = 1048576
|