From owner-cvs-all Wed Jun 20 5:32:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ED8A37B401; Wed, 20 Jun 2001 05:32:49 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5KCWnv66226; Wed, 20 Jun 2001 05:32:49 -0700 (PDT) (envelope-from ume) Message-Id: <200106201232.f5KCWnv66226@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 20 Jun 2001 05:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/06/20 05:32:49 PDT Modified files: sys/netinet tcp_subr.c Log: made sure to use the correct sa_len for rtalloc(). sizeof(ro_dst) is not necessarily the correct one. this change would also fix the recent path MTU discovery problem for the destination of an incoming TCP connection. Submitted by: JINMEI Tatuya Obtained from: KAME MFC after: 2 weeks Revision Changes Path 1.105 +3 -3 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message