You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
191 B

  1. # Transmission requests large buffers by default
  2. net.core.rmem_max = 4194304
  3. net.core.wmem_max = 1048576
  4. # Some firewalls block SYN packets that are too small
  5. net.ipv4.tcp_adv_win_scale = 4