Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.internet.iocpreactor.reactor.IOCPReactor, twisted.internet.posixbase.PosixReactorBase
UDP socket methods that support multicast.
IMPORTANT: This is an experimental new interface. It may change without backwards compatability. Suggestions are welcome.Method | listenMulticast | Connects a given DatagramProtocol
to the given numeric UDP port.
|
DatagramProtocol
to the given numeric UDP port.
Parameters | listenMultiple | boolean indicating whether multiple sockets can bind to same UDP port. |
Returns | An object which provides IListeningPort .
|