2019-09-09 01:39:33 +00:00
|
|
|
# Transmission requests large buffers by default
|
2017-11-22 02:02:40 +00:00
|
|
|
net.core.rmem_max = 4194304
|
|
|
|
net.core.wmem_max = 1048576
|
2019-09-09 01:39:33 +00:00
|
|
|
|
|
|
|
# Some firewalls block SYN packets that are too small
|
|
|
|
net.ipv4.tcp_adv_win_scale = 4
|