in reply to Re: Nonblocking sockets on Win32
in thread Nonblocking sockets on Win32
I had tried a similar recommendation which said the param value had to be a ref:
but that would only set nonblock, but couldn't set back to blocking.$nonblock = 1; ioctl($sock, POSIX_FIONBIO, \$nonblock); # !!WRONG
And an FYI: this worked with a IO::Socket::INET handle.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Nonblocking sockets on Win32
by rob_au (Abbot) on Nov 29, 2005 at 10:29 UTC | |
by renodino (Curate) on Nov 29, 2005 at 16:04 UTC |