I have an app using IO::Socket::INET that accepts (and makes) connections. If the connection drops for whatever reason it takes a couple minutes for that tcp port to be flushed and accept a new connection.
 
My question: if I add the ReusePort option to the new() method, will this flush the port and allow a connection immediately (or very soon) after the first connection is dropped?
 
 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to