in scripts/mcast.py [0:0]
def leave(self):
# FIXME: Likewise (see above note).
self.setsockopt(socket.SOL_IP, socket.IP_DROP_MEMBERSHIP, self.mreq)
logging.debug("Left the multicast network: %s on %s" % (self.grp_addr, self.if_addr))