dragonresearch / rpki.net

Dragon Research Labs rpki.net RPKI toolkit
54 stars 26 forks source link

has not rpki.async #869

Closed championdot closed 6 years ago

championdot commented 6 years ago

rpki.net/rpki the dir has not the function async rpki.net/rpki/adns.py self.iterator = rpki.async.iterator(self.nameservers[:], self.loop2, self.done2)

sraustein commented 6 years ago

rpki/adns.py is obsolete code, left from before we replaced our home-grown tasking system with Tornado. I kept it around in case we ever needed to adapt it to work with Tornado, but since Tornado ships with support for a different asynchronous DNS library (c-ares) we'd probably just use that if we ever needed this capability again.

So: rpki/adns.py deleted. Thanks!