On 07/25/11 06:10, Ross Finlayson wrote:
No, SO_REUSEADDR (and SO_REUSEPORT) is turned off for the server for a
very simple reason: We can't have more than one server on the same host
using the same port at the same time!

On Linux you can't bind twice even with SO_REUSEADDR, so it might make sense to make it a platform-dependent option.

Eric
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to