in reply to Non-blocking socket read on Windows
ioctl($socket, 0x8004667e, $nonblocking);
update: $nonblocking = 1 => makes the socket non blocking, $nonblocking = 0 => makes the socket blocking.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Non-blocking socket read on Windows
by spurperl (Priest) on Feb 13, 2006 at 17:53 UTC |