[UDT] SO_REUSEADDR
Brought to you by:
lilyco
From: <ar...@ph...> - 2006-07-21 20:31:21
|
Yunhong, First, I'd like to complement on the UDT. I have a question about the SO_REUSEADDR. Does the implementation of UDT prohibit the use of SO_REUSEADDR? When I modify UDT such that I can set the SO_REUSEADDR option directly on sockets that use the same local port, to the same remote host but with diff. remote ports, I found out that I could get a connect on the wrong socket, i.e wrong remote port. Thanks, Art Pharn |