in reply to Re: how to set socket recv timeout in architecture independent manner?
in thread how to set socket recv timeout in architecture independent manner?
Even I thought of using 'Timeout' at first. But little did I know that Timeout in IO::Socket::INET is used during connect() and accept() calls and I need to set timeout for recv() system call. Timeout won't help me.