Restartable system call behaviour

Ivan Voras ivoras at fer.hr
Wed Feb 1 11:39:41 PST 2006


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?


More information about the freebsd-stable mailing list