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 the purpose of socket?
What is a socket file?
Why does it take so long to detect that the peer died?
Where is the socket located?
How many socket connections can a server handle?
Why do I get EPROTO from read()?
Can multiple clients connect to same socket?
How can I force a socket to send the data in its buffer?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
Why sockets are used?
Are unix sockets faster than tcp?
How can I write a multi-homed server?
How is a socket created?
What pieces of information make up a socket?
How does a socket work?