Re: Linux + ISDN + SLOW speed on BSDI systems

David S. Miller (davem@redhat.com)
Tue, 31 Aug 1999 00:19:30 -0700


Try turning off TCP timestamps:

echo "0" >/proc/sys/net/ipv4/tcp_timestamps

There are some known bugs in BSDi's TCP timestamp implementation, and
the consequence of this bug (when hit) is that packets are completely
dropped and performance suffers.

Later,
David S. Miller
davem@redhat.com

-
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/