Home All Groups Group Topic Archive Search About

Trouble reusing address in UDP multicast situation

Author
4 May 2007 7:41 PM
0to60
I'm making a client server database app and I'd like the clients to be able
to send messages to each other via UDP multicast.  I'm using
SocketOptionName.ReuseAddress and its allowing me to have each client send
and listen on the one multicast address, but the app is run in
citrix/terminal services (when two instances of the .exe are started on one
box), I get the "only one usage of each socket address is normally
permitted" exception.  Is there any way that I can do this?

AddThis Social Bookmark Button