Comment 14 for bug 272896

Revision history for this message
Aldo Maggi (sentiniate) wrote :

looking at bug 285430, it seems that launching the command sudo echo 0 > /proc/sys/net/ipv4/tcp_sack
doesn't work, the right way which has been proposed by thilo is:
sudo su -
echo 0 > /proc/sys/net/ipv4/tcp_sack
exit

aldo