cvs commit: src/sys/netinet tcp_input.c tcp_seq.h
Paul Saab
ps at FreeBSD.org
Sat Apr 9 22:25:00 PDT 2005
ps 2005-04-10 05:24:59 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_seq.h
Log:
- Tighten up the Timestamp checks to prevent a spoofed segment from
setting ts_recent to an arbitrary value, stopping further
communication between the two hosts.
- If the Echoed Timestamp is greater than the current time,
fall back to the non RFC 1323 RTT calculation.
Submitted by: Raja Mukerji (raja at moselle dot com)
Reviewed by: Noritoshi Demizu, Mohan Srinivasan
Revision Changes Path
1.270 +23 -3 src/sys/netinet/tcp_input.c
1.25 +1 -0 src/sys/netinet/tcp_seq.h
More information about the cvs-src
mailing list