Subject: Re: kern/30621: TCP hang on netbsd-2
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-bugs
Date: 06/28/2005 18:45:02
The following reply was made to PR kern/30621; it has been noted by GNATS.
From: Havard Eidnes <he@netbsd.org>
To: Manuel.Bouyer@lip6.fr
Cc: gnats-bugs@netbsd.org
Subject: Re: kern/30621: TCP hang on netbsd-2
Date: Tue, 28 Jun 2005 20:44:11 +0200 (CEST)
> tcp 0 100 pop.65491 armandeche.X11 ESTA=
BLISHED
It would probably be useful if you supplied the output of
"netstat -A -f inet"
and then
"netstat -P <address>"
for the PCB in question.
Another thing to check is if you have
sys/netinet/tcp_input.c patch
Fix TCP performance problems introduced in ticket 1401.
[chs, ticket #1445]
in the relevant netbsd-2 kernel, and whether you have the
corresponding ticket 1401 in same. If you have 1401 but not
1445, you *may* have found a cure for the problem (i.e. update to
one that has 1445).
Regards,
- H=E5vard