>Hi All,
>Which is the corresponding parameter for which time of CLOSE_WAIT
>state can be controlled?
Yes, it's controlled by calling close() for the descriptor..
I.e., CLOSE_WAIT is typically a programming error.
Casper
There's no time limit for CLOSE_WAIT. You may be confusing it with
TIME_WAIT, which is a temporary state. CLOSE_WAIT waits until the
socket is closed.
--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***