Bernd Eckenfels wrote:
I think no matter what flags are given, the remote address of a LISTENING
socket should be *:*.

(at least if ad == INADDR_ANY, however I guess there are no other cases)
Maybe, but in the fct we don't know in which case we are
(listening or not? local or remote addr?)
so we've to choose 0.0.0.0 or * (or default) for all INADDR_ANY

or make a lot of changes in the code just for cosmetics...

Personally I'm fine with * in any cases but today netstat -ln
gives 0.0.0.0:* so if you want to fix the --numeric-ports option
while keeping the current behaviour of -l and -ln it's better
to keep my initial proposal.

Just my 2 cents.

Phil



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to