cvs commit: src/sys/netinet tcp_output.c
Andre Oppermann
andre at FreeBSD.org
Thu Jan 22 15:22:15 PST 2004
andre 2004/01/22 15:22:14 PST
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
Split the overloaded variable 'win' into two for their specific purposes:
recwin and sendwin. This removes a big source of confusion and makes
following the code much easier.
Reviewed by: sam (mentor)
Obtained from: DragonFlyBSD rev 1.6 (hsu)
Revision Changes Path
1.84 +22 -21 src/sys/netinet/tcp_output.c
More information about the cvs-src
mailing list