Re: [Twisted-Python] txtorcon 0.15.0

2016-07-27 Thread Glyph Lefkowitz
> On Jul 26, 2016, at 4:31 PM, meejah > wrote: > > I'm happy to announce txtorcon 0.15.0: Awesome, Meejah! Keep up the good work :). -glyph___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatri

Re: [Twisted-Python] RFC: IPv6 multicast join/ticket 6597

2016-07-27 Thread Glyph Lefkowitz
> On Jul 26, 2016, at 11:00 PM, Jason Litzinger wrote: > >> >> Thanks for taking this up! > No problem, do I need to reflect anything in the Ticket to indicate I'm > looking at it? Nothing specific, although any conclusions drawn on the mailing list, or any specific thoughts you have about ho

Re: [Twisted-Python] RFC: IPv6 multicast join/ticket 6597

2016-07-27 Thread Jason Litzinger
> Nothing specific, although any conclusions drawn on the mailing list, or any > specific thoughts you have about how you're going to proceed, are always > helpful to record on the ticket for future reference. Even if you think > you're going to get it done in the next couple of days, chances a

Re: [Twisted-Python] RFC: IPv6 multicast join/ticket 6597

2016-07-27 Thread Jason Litzinger
> > +def _joinAddrIPv6(self, interface, addr, join): > > +addr = socket.inet_pton(socket.AF_INET6, addr) > > +interface = socket.inet_pton(socket.AF_INET6, interface) > > +if join: > > +cmd = socket.IPV6_JOIN_GROUP > > +else: > > +cmd = so