Date: Thu, 27 May 1999 05:24:25 -0700 (PDT) From: David Greenman <dg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c Message-ID: <199905271224.FAA47520@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905271224.FAA47520>