Peter Jeremy wrote:
On Wed, 2006-Feb-01 11:44:08 +0000, Pete French wrote:
I have a piece of coode which does some networking, in which I see read
and write calls failing with 'Interrupted system call' from time to time.
You will get EINTR if the interrupt occurs before any data is read
or written.
Will it also happen with recv() with MSG_WAITALL flag set?
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"