[Twisted-Python] Twisted reactor

Hegedus, Matthew S matthew.s.hegedus at lmco.com
Mon Dec 15 15:13:39 EST 2003


I want to have a piece of software that listens for UDP packets on multiple
ports. It listens TCP for a connection that will tell it what UDP ports to
listen to. The UDP ports change dynamically. I guess I can always do a
reactor.listenUDP(port) whenever I need to listen on additional ports, but
how do I get the reactor to stop listening on a particular port? Thanks,

Matthew




More information about the Twisted-Python mailing list