| Summary: | [tcp] Can No Longer SSH into 7.0 host | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Rob Zietlow <Rob.Zietlow> |
| Component: | kern | Assignee: | Andre Oppermann <andre> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | hiren |
| Priority: | Normal | Flags: | bugmeister:
mfc-stable10?
bugmeister: mfc-stable9? bugmeister: mfc-stable8? |
| Version: | 7.0-BETA2 | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Rob Zietlow
2007-11-12 14:50:01 UTC
State Changed From-To: open->analyzed The bug was found and a patch is pending. Responsible Changed From-To: freebsd-bugs->silby I analyzed it but silby has taken responsibility for it being MFC'd silby 2007-11-20 06:56:04 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_syncache.c
Log:
Comment out the syncache's test which ensures that hosts which negotiate TCP
timestamps in the initial SYN packet actually use them in the rest of the
connection. Unfortunately, during the 7.0 testing cycle users have already
found network devices that violate this constraint.
RFC 1323 states 'and may send a TSopt in other segments' rather than
'and MUST send', so we must allow it.
Discovered by: Rob Zietlow
Tracked down by: Kip Macy
PR: bin/118005
Revision Changes Path
1.134 +6 -0 src/sys/netinet/tcp_syncache.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Fix committed by silby. State Changed From-To: closed->open The analysis and the fix seem incorrect. A proper analysis of the supplied information in the PR will follow shortly. Responsible Changed From-To: silby->andre Take over. State Changed From-To: open->patched A patch has been committed, but andre apparently disagrees with it. Change the state to flag that at least something got committed. @andre, please if you feel the problem still exists OR you have a better fix. |