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 I keep getting EINTR from the socket calls?
How does a socket work?
What's the difference between impact sockets and regular sockets?
How do unix sockets work?
What is a deep well socket?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
over the socket? Is there a way to have a dynamic buffer? What does one do when one does not know how much information is coming?
Why do we need socket programming?
Explain the TIME_WAIT state.
What is af_inet in socket?
What is the difference between connected and unconnected sockets?
Why do not my sockets close?