in reply to Re: fin ack problems with IO::Socket
in thread fin ack problems with IO::Socket
shutdown ($sock[$count2], 2); # no more I/O at all shutdown ($sock[$count2], 1); # no more writing shutdown ($sock[$count2], 0); # no more reading close ($sock[$count2]);
|
|---|