Part of twisted.internet.interfaces.IReactorMulticast View Source
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 | ||