[Twisted-Python] How can I call internet.MulticastServer() to enable listenMultiple?

jarrod roberson jarrod.roberson at gmail.com
Fri Apr 1 13:58:08 EST 2005


On Apr 1, 2005 1:41 PM, Itamar Shtull-Trauring <itamar at itamarst.org> wrote:
> On Fri, 2005-04-01 at 13:28 -0500, jarrod roberson wrote:
> 
> > zc = zeroconf.DebugZeroConfService()
> > serviceCollection = service.IServiceCollection(application)
> > internet.MulticastServer(5353,
> > zeroconf.IZeroConfFactory(zc)).setServiceParent(serviceCollection)
> 
> Why are you passing a factory in? UDP and Multicast don't use factories.
> 

because I am a UDP, Multicast newbie :-)

What would be the correct way to set this up, I want this to be a
"twisted" as as possible


-- 
-- If you don't know what you want, you probably need a na




More information about the Twisted-Python mailing list