in reply to Re: fin ack problems with IO::Socket
in thread fin ack problems with IO::Socket

Thanks Liz, but no luck. I've tried these different ways to 'close' the socket connection but none of them seem to completely tear the connection down...
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]);