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
What is a socket connection?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
Can a socket have multiple ports?
What is a socket set used for?
Is tcp or unix socket faster?
What is the difference between a socket and a port?
What are the types of sockets?
How can I set the timeout for the connect() system call?
What is socket address with example?
Why do I get EPROTO from read()?
How many socket connections can a server handle?
What's the difference between impact sockets and regular sockets?
Are sockets files?
What is the purpose of socket?
What is difference between socket and websocket?