From owner-cvs-all Fri Jan 14 21:40:53 2000 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 87B6414EC8; Fri, 14 Jan 2000 21:40:51 -0800 (PST) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05592; Fri, 14 Jan 2000 21:39:29 -0800 (PST) (envelope-from shin@FreeBSD.org) Message-Id: <200001150539.VAA05592@freefall.freebsd.org> From: Yoshinobu Inoue Date: Fri, 14 Jan 2000 21:39:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shin 2000/01/14 21:39:28 PST Modified files: sys/netinet tcp_subr.c Log: Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp(). This must be one of the reason why connections over IPsec hangs for bigger packets.(which was reported on freebsd-current@freebsd.org) But there still seems to be another bug and the problem is not yet fixed. Revision Changes Path 1.69 +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