Answer Posted / chaitanya
You get this when the address is already in use. (Oh, you figured that much out?) The most common reason for this is that you have stopped your server, and then re-started it right away. The sockets that were used by the first incarnation of the server are still active. This is further explained in ``2.7 Please explain the TIME_WAIT state.'', and ``2.5 How do I properly close a socket?''.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is tcp or unix socket faster?
What is a deep well socket?
What's the difference between impact sockets and regular sockets?
Why do we need socket programming?
What exactly is a socket?
What is socket programming in java?
Why does the sockets buffer fill up sooner than expected?
How many sockets can a cpu have?
How do unix sockets work?
How is a socket created?
What is socket address with example?
What is active unix domain sockets?
Whats the difference between select() and poll()?
What is a socket file?
Can multiple clients connect to same socket?