Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2004 15:26:47 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        roam@orbitel.bg, bms@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/26359: [PATCH] a minor nit in how netstat detects 'server sockets'
Message-ID:  <200406141526.i5EFQlq9006322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH] a minor nit in how netstat detects 'server sockets'

State-Changed-From-To: open->analyzed
State-Changed-By: bms
State-Changed-When: Mon Jun 14 15:24:39 GMT 2004
State-Changed-Why: 
There's definitely a bug in here somewhere.

tcpcb->t_state probably needs to be checked for LISTEN;
for a udp socket, the check probably needs to be for 'unbound
to a remote address' by looking for INADDR_ANY.

http://www.freebsd.org/cgi/query-pr.cgi?pr=26359



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406141526.i5EFQlq9006322>