Since i have link 2 LANs with a BOND interface i get lots of out of order packets, consequently lowering the useful bandwidth.
To overcome this, i found on Bonding Driver documentation and in several forums that i have to change the tcp_reordering parameter.
” It is possible to adjust TCP/IP’s congestion limits by
altering the net.ipv4.tcp_reordering sysctl parameter. The
usual default value is 3, and the maximum useful value is 127.
For a four interface balance-rr bond, expect that a single
TCP/IP stream will utilize no more than approximately 2.3
interface’s worth of throughput, even after adjusting
tcp_reordering. “
Zeroshell doesn’t have the etc/sysctl.conf file that used to contain this parameter. Where do i should find it ?
Tanks