From owner-freebsd-commit Tue Oct 10 10:46:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27505 for freebsd-commit-outgoing; Tue, 10 Oct 1995 10:46:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27488 for cvs-all-outgoing; Tue, 10 Oct 1995 10:45:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27474 for cvs-sys-outgoing; Tue, 10 Oct 1995 10:45:52 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27461 ; Tue, 10 Oct 1995 10:45:45 -0700 Date: Tue, 10 Oct 1995 10:45:45 -0700 From: "Garrett A. Wollman" Message-Id: <199510101745.KAA27461@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/10 10:45:44 Modified: sys/netinet tcp_subr.c tcp_var.h Log: More MTU discovery: avoid over-retransmission if route changes in the middle of a fully-open window. Also, keep track of how many retransmits we do as a result of MTU discovery. This may actually do more work than necessary, but it's an unusual condition... Suggested by: Janey Hoe