AFAIK, CLOSE_WAIT means the other end closed its connection, but the
local process is keeping it open.

That's very different from TIME_WAIT (which is normal, but a tunable
can reduce it, except you don't want to set that tunable too low or
you're defeating the whole purpose, which is to let any dupe packets
out on the network go away before the locaddr:port remaddr:port tuple
gets reused).

Fix the code in the local process (whatever it is).  You should be able
to have a reasonably good idea what that process is based on the port
numbers it's using (unless it's RPC or something like that with dynamic
port numbers).
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to