From owner-freebsd-commit Mon Oct 16 11:22:04 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16281 for freebsd-commit-outgoing; Mon, 16 Oct 1995 11:22:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16264 for cvs-all-outgoing; Mon, 16 Oct 1995 11:21:58 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16247 for cvs-sys-outgoing; Mon, 16 Oct 1995 11:21:53 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16202 ; Mon, 16 Oct 1995 11:21:31 -0700 Date: Mon, 16 Oct 1995 11:21:31 -0700 From: "Garrett A. Wollman" Message-Id: <199510161821.LAA16202@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_output.c tcp_output.c tcp_subr.c tcp_var.h Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/16 11:21:29 Modified: sys/netinet ip_output.c tcp_output.c tcp_subr.c tcp_var.h Log: The ability to administratively change the MTU of an interface presents a few new wrinkles for MTU discovery which tcp_output() had better be prepared to handle. ip_output() is also modified to do something helpful in this case, since it has already calculated the information we need.