From owner-cvs-all Sun May 24 11:46:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23386 for cvs-all-outgoing; Sun, 24 May 1998 11:46:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23376; Sun, 24 May 1998 11:46:13 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26102; Sun, 24 May 1998 11:41:05 -0700 (PDT) Date: Sun, 24 May 1998 11:41:05 -0700 (PDT) Message-Id: <199805241841.LAA26102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/05/24 11:41:05 PDT Modified files: sys/netinet tcp_output.c Log: Take IP options into account when calculating the allowable length of the TCP payload. See RFC1122 section 4.2.2.6 . This allows Path MTU discovery to be used along with IP options. PR: problem discovered by Kevin Lahey Revision Changes Path 1.30 +13 -4 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message