> I can tell my SLIP speed is slower than 2.0 and there are quite
> some corrupted packets come over SLIP link.
Some broken modem server have buggy VJ compression functions that can't
cope with the new RFC1323/SACK TCP options Linux 2.1 sends. Try turning
them off with
echo 0 >/proc/sys/net/ipv4/tcp_sack
echo 0 >/proc/sys/net/ipv4/tcp_timestamps
echo 0 >/proc/sys/net/ipv4/tcp_window_scaling
Will only take effect for new TCP connections afterward.
BTW, you can check for checksum errors even on 2.0 with a newer nettools
and netstat -s or by directly looking at /proc/net/snmp.
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/