Implement multicast functionality.
Initial implementation, probably needs some changes for Windows
support.
| Method Summary |
| |
_joinAddr1(self,
addr,
interface,
join)
|
| |
_joinAddr2(self,
interface,
addr,
join)
|
| |
_setInterface(self,
addr)
|
| |
getLoopbackMode(self)
|
| |
getOutgoingInterface(self)
|
| |
getTTL(self)
|
| |
joinGroup(self,
addr,
interface)
Join a multicast group. |
| |
leaveGroup(self,
addr,
interface)
Leave multicast group, return Deferred of success. |
| |
setLoopbackMode(self,
mode)
|
| |
setOutgoingInterface(self,
addr)
Returns Deferred of success. |
| |
setTTL(self,
ttl)
|