As per here:
Quote:
TIME_WAIT—The socket is waiting after close to handle packets still in the network.
CLOSE_WAIT—The remote end has shut down, and it is waiting for the socket to close.
|
I don't think there's really a set number for 'too many'...by default, the timeout is rather high in most OS's, (20 to 30 secs)
__________________
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
|