From owner-freebsd-current Wed Dec 27 07:37:53 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28571 for current-outgoing; Wed, 27 Dec 1995 07:37:53 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA28563 for ; Wed, 27 Dec 1995 07:37:43 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id HAA09433; Wed, 27 Dec 1995 07:37:40 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id HAA00679; Wed, 27 Dec 1995 07:37:41 -0800 (PST) Message-Id: <199512271537.HAA00679@corbin.Root.COM> To: Faried Nawaz cc: current@freebsd.org Subject: Re: another m_copydata crash In-reply-to: Your message of "Wed, 27 Dec 95 07:35:17 PST." <199512271535.HAA01660@pain.csrv.uidaho.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 27 Dec 1995 07:37:41 -0800 Sender: owner-current@freebsd.org Precedence: bulk >David Greenman wrote... > > I think this bug has to do with the packet length when tcp options are > involved. How do you have tcp_extensions set in /etc/sysconfig? > >i've got tcp extensions turned on -- > >net.inet.tcp.rfc1323 = 1 >net.inet.tcp.rfc1644 = 1 Try turning them off (tcp_extensions=NO) and see if it makes any difference. -DG