http://qs321.pair.com?node_id=121544


in reply to Re: No data in server file using io::socket
in thread No data in server file using io::socket

you need to set the socket option SO_REUSEADDR...

Using the option Reuse => 1 when creating the socket, wilekt is already setting that option.