Why do I keep getting EINTR from the socket calls?
Answer / 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 |
Why do not my sockets close?
What is a sae socket?
How does a socket work?
How can I set the timeout for the connect() system call?
What is Mac, and how is it different from PC? Which one is better for professional users, and why
1 Answers Evolving Systems, IBM,
What's the difference between a socket and a port?
What is the difference between connected and unconnected sockets?
How would I put my socket in non-blocking mode?
When will my application receive SIGPIPE?
What is socket programming in java?
Why sockets are used?
How can I bind() to a port number < 1024?