From owner-freebsd-commit Thu Oct 12 10:37:42 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22864 for freebsd-commit-outgoing; Thu, 12 Oct 1995 10:37:42 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22849 for cvs-all-outgoing; Thu, 12 Oct 1995 10:37:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22839 for cvs-sys-outgoing; Thu, 12 Oct 1995 10:37:33 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22828 ; Thu, 12 Oct 1995 10:37:27 -0700 Date: Thu, 12 Oct 1995 10:37:27 -0700 From: "Garrett A. Wollman" Message-Id: <199510121737.KAA22828@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_var.h Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/12 10:37:26 Modified: sys/netinet tcp_subr.c tcp_var.h Log: The additional checks involving sequence numbers in MTU discovery resends turned out not to be necessary; simply watching for MTU decreases (which we already did) automagically eliminates all the cases we were trying to protect against.