From owner-cvs-all Wed Apr 19 8: 5: 3 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 B9F5E37BCD9; Wed, 19 Apr 2000 08:05:01 -0700 (PDT) (envelope-from shin@FreeBSD.org) Received: (from shin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08821; Wed, 19 Apr 2000 08:05:01 -0700 (PDT) (envelope-from shin@FreeBSD.org) Message-Id: <200004191505.IAA08821@freefall.freebsd.org> From: Yoshinobu Inoue Date: Wed, 19 Apr 2000 08:05:01 -0700 (PDT) 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 X-Loop: FreeBSD.ORG shin 2000/04/19 08:05:01 PDT Modified files: sys/netinet tcp_subr.c Log: Let initialize th_sum before in6_cksum(), again. Without this fix, all IPv6 TCP RST packet has wrong cksum value, so IPv6 connect() trial to 5.0 machine won't fail until tcp connect timeout, when they should fail soon. Thanks to haro@tk.kubota.co.jp (Munehiro Matsuda) for his much debugging help and detailed info. Revision Changes Path 1.75 +2 -1 src/sys/netinet/tcp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message