Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What exactly does SO_REUSEADDR do?



What exactly does SO_REUSEADDR do?..

Answer / chaitanya

This socket option tells the kernel that even if this port is busy (in the TIME_WAIT state), go ahead and reuse it anyway. If it is busy, but with another state, you will still get an address already in use error. It is useful if your server has been shut down, and then restarted right away while sockets are still active on its port. You should be aware that if any unexpected data comes in, it may confuse your server, but while this is possible, it is not likely.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

How do I use TCP_NODELAY?

0 Answers  


How can I set the timeout for the connect() system call?

0 Answers  


How do I get the port number for a given service?

1 Answers  


What are the types of sockets?

0 Answers  


How does unix socket work?

0 Answers  


What is difference between socket () and serversocket () class?

0 Answers  


When should I use shutdown()?

1 Answers   Wipro,


What are the pros/cons of select(), non-blocking I/O and SIGIO?

0 Answers  


Are unix sockets faster than tcp?

0 Answers  


What is the difference between close() and shutdown()?

1 Answers  


How can I write a multi-homed server?

0 Answers  


What is a socket file?

0 Answers  


Categories