http://msdn2.microsoft.com/en-us/library/ms740621.aspx

If I want to hijack a listening socket by setting property ReuseAddr to TRUE,
it won't work since SetSockOpt() with parameter SO_REUSEADDR is only called on 
UDP-sockets in method Listen(). However that would work with sockets of type
SOCK_STREAM as well.
If I want to explicitely disallow hijacking of my listening socket by setting
option SO_EXCLUSIVEADDRUSE before Bind() there's currently no way.

--
Arno Garrels

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to