andre 2007-03-01 13:12:09 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Prevent TSO mbuf chain from overflowing a few bytes by subtracting the TCP options size before the TSO total length calculation. Bug found by: kmacy Revision Changes Path 1.125 +3 -2 src/sys/netinet/tcp_output.c