From owner-freebsd-commit Thu Jan 4 13:35:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06281 for freebsd-commit-outgoing; Thu, 4 Jan 1996 13:35:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06240 for cvs-all-outgoing; Thu, 4 Jan 1996 13:34:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06231 for cvs-sys-outgoing; Thu, 4 Jan 1996 13:34:42 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06195 Thu, 4 Jan 1996 13:34:35 -0800 (PST) Date: Thu, 4 Jan 1996 13:34:35 -0800 (PST) From: Andras Olah Message-Id: <199601042134.NAA06195@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_timer.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk olah 96/01/04 13:34:32 Modified: sys/netinet tcp_timer.c Log: Reverse the modification which caused the annoying m_copydata crash: set the TF_ACKNOW flag when the REXMT timer goes off to force a retransmission. In certain situations pulling snd_nxt back to snd_una is not sufficient. Revision Changes Path 1.13 +5 -1 src/sys/netinet/tcp_timer.c