From owner-cvs-sys Mon Sep 18 08:51:53 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20602 for cvs-sys-outgoing; Mon, 18 Sep 1995 08:51:53 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA20593 ; Mon, 18 Sep 1995 08:51:43 -0700 Date: Mon, 18 Sep 1995 08:51:43 -0700 From: "Garrett A. Wollman" Message-Id: <199509181551.IAA20593@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet in_rmx.c ip_icmp.c ip_var.h tcp_subr.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk wollman 95/09/18 08:51:42 Modified: sys/netinet in_rmx.c ip_icmp.c ip_var.h tcp_subr.c Log: Initial back-end support for IP MTU discovery, gated on MTUDISC. The support for TCP has yet to be written.