From owner-freebsd-commit Fri Oct 13 09:00:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04044 for freebsd-commit-outgoing; Fri, 13 Oct 1995 09:00:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04031 for cvs-all-outgoing; Fri, 13 Oct 1995 09:00:47 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04019 for cvs-sys-outgoing; Fri, 13 Oct 1995 09:00:41 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04007 ; Fri, 13 Oct 1995 09:00:30 -0700 Date: Fri, 13 Oct 1995 09:00:30 -0700 From: "Garrett A. Wollman" Message-Id: <199510131600.JAA04007@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/13 09:00:29 Modified: sys/netinet tcp_input.c Log: Routes can be asymmetric. Always offer to /accept/ an MSS of up to the capacity of the link, even if the route's MTU indicates that we cannot send that much in their direction. (This might actually make it possible to test Path MTU discovery in a useful variety of cases.)