cvs commit: src/sys/contrib/pf/net pf.c
Gleb Smirnoff
glebius at FreeBSD.org
Fri Apr 22 02:53:47 PDT 2005
glebius 2005-04-22 09:53:46 UTC
FreeBSD src repository
Modified files:
sys/contrib/pf/net pf.c
Log:
Fix error in synproxy connection completion. Source and
destination windows were confused, one instead of other.
This error was masked, because first segment of just
established connection is usually smaller than initially
announced window, and it was successfully passed. First
window reannouncement corrected erroneous 'seqhi' value.
The error showed up when client connected to synproxy
with zero initial window, and reannounced it after
session establishment.
In collaboration with: dhartmei [we came to same patch independtly]
Reviewed by: mlaier
Sponsored by: Rambler
MFC after: 3 days
Revision Changes Path
1.28 +2 -2 src/sys/contrib/pf/net/pf.c
More information about the cvs-src
mailing list