Re: Joining multiple Multicast Streams

2009-12-18 Thread Dex Nada
Thank you very much. I currently use the SO_REUSEADDR flag. I will try the SO_REUSEPORT as well - makes sense. Thank again. -DxN On Thu, Dec 17, 2009 at 2:28 PM, Pieter de Goeje pie...@degoeje.nl wrote: On Thursday 17 December 2009 19:45:24 Dex Nada wrote: Hi: I am writing an application

Joining multiple Multicast Streams

2009-12-17 Thread Dex Nada
Hi: I am writing an application that joins a multicast stream on a specific UDP port. But when I run more than one instance of the same application, the second instance complains that the port is already in use. For example if I join stream 229.10.10.133:2000 on one instance and