From owner-cvs-all Thu May 27 5:24:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCD2114F8B; Thu, 27 May 1999 05:24:25 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47520; Thu, 27 May 1999 05:24:25 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <199905271224.FAA47520@freefall.freebsd.org> From: David Greenman Date: Thu, 27 May 1999 05:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1999/05/27 05:24:24 PDT Modified files: sys/netinet tcp_output.c Log: Added net.inet.tcp.path_mtu_discovery variable which when set to 0 (default 1) disables PMTUD globally. Although PMTUD can be disabled in the standard case by locking the MTU on a static route (including the default route), this method doesn't work in the face of dynamic routing protocols like gated. Revision Changes Path 1.34 +9 -8 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message