From owner-cvs-sys Wed Sep 20 14:01:10 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27642 for cvs-sys-outgoing; Wed, 20 Sep 1995 14:01:10 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27633 ; Wed, 20 Sep 1995 14:01:02 -0700 Date: Wed, 20 Sep 1995 14:01:02 -0700 From: "Garrett A. Wollman" Message-Id: <199509202101.OAA27633@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c tcp_subr.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk wollman 95/09/20 14:01:01 Modified: sys/netinet tcp_output.c tcp_subr.c Log: Add support in TCP for Path MTU discovery. This is highly experimental and gated on `options MTUDISC' in the source. It is also practically untested becausse (sniff!) I don't have easy access to a network with an MTU of less than an Ethernet. If you have a small MTU network, please try it and tell me if it works!