tcp tuning tcp_reordering

[:–:]cat /proc/sys/net/ipv4/tcp_reordering 3 [:–:] The tcp_reordering variable tells the kernel how much a TCP packet may be reordered in a stream without assuming that the packet was lost somewhere on the way. If the packet is assumed lost, the TCP stack will automatically go back into a slow start since it believes packets may have …