Date: Thu, 22 Jan 2004 15:22:14 -0800 (PST) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <200401222322.i0MNME7P065861@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401222322.i0MNME7P065861>