twisted.internet.interfaces.IReactorMulticast.listenMulticast(port, protocol, interface='', maxPacketSize=8192, listenMultiple=False) method documentationtwisted.internet.interfaces.IReactorMulticast
View Source
Connects a given DatagramProtocol
to the given numeric UDP port.
| Parameters | listenMultiple | If set to True, allows multiple sockets to bind to the same address and
port number at the same time. (type: bool) |
| Returns | An object which provides IListeningPort. | |
| See Also | twisted.internet.interfaces.IMulticastTransport | |
| http://twistedmatrix.com/documents/current/core/howto/udp.html | ||