PDA

View Full Version : Is SO_REUSEADDR necessary only on servers ?


bsd_newbie
February 24th, 2009, 15:58
Hey dudes and dudesses,

Is SO_REUSEADDR only needed for a server. I have some software in client/server paradigm and I see at times, I get address in use error on the server. Wondering whether to add this on my listening socket.

thanks.
bn

honk
February 25th, 2009, 23:55
We are talking about which server/software? Please post configuration of that also.

bsd_newbie
February 26th, 2009, 14:46
That should not matter.

honk
February 26th, 2009, 23:34
Read some books from Stevens. You might also consider looking for another (more programming related) forum.