Answer Posted / chaitanya
This isn't really so much an error as an exit condition. It means that the call was interrupted by a signal. Any call that might block should be wrapped in a loop that checkes for EINTR, as is done in the example code .
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many sockets can a port have?
How many socket connections can a server handle?
Why does it take so long to detect that the peer died?
What is the difference between read() and recv()?
What is sae socket?
Why sockets are used?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
What's the difference between a socket and a port?
Why does the sockets buffer fill up sooner than expected?
How does unix socket work?
How does a socket work?
How can I set the timeout for the connect() system call?
What is the purpose of socket?
Can a socket have multiple ports?
How can I write a multi-homed server?