Date: Wed, 5 Apr 1995 03:32:21 -0700 From: Andras Olah <olah> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Message-ID: <199504051032.DAA14988@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
olah 95/04/05 03:32:18 Modified: sys/netinet tcp_input.c Log: Fix a bug in tcp_input reported by Rick Jones <raj@hpisrdq.cup.hp.com>. If a goto findpcb occurred during the processing of a segment, the TCP and IP headers were dropped twice from the mbuf which resulted in data acked by TCP but not delivered to the user. Reviewed by: davidg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504051032.DAA14988>