Art Spasky
Art Spasky

Reputation: 1705

What does phrase "Reuse of local addresses is supported" mean?

In The Single UNIX Specification, Version 2 http://www.opengroup.org/onlinepubs/007908799/xns/syssocket.h.html claims that the param value of SO_REUSEADDR in setsockopt means: "Reuse of local addresses is supported".

Can some clarify me that phrase?

Upvotes: 0

Views: 239

Answers (1)

sud03r
sud03r

Reputation: 19769

See this.
Also a relevant question on stackoverflow.

Upvotes: 3

Related Questions