mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 19:29:51 +08:00
7 lines
191 B
Plaintext
7 lines
191 B
Plaintext
# Transmission requests large buffers by default
|
|
net.core.rmem_max = 4194304
|
|
net.core.wmem_max = 1048576
|
|
|
|
# Some firewalls block SYN packets that are too small
|
|
net.ipv4.tcp_adv_win_scale = 4
|