oxen-io/oxen-storage-server

POW DNS query (TXT record) should be non blocking

sachaaaaa opened this issue · 1 comments

Port the following C code to use boost asio sockets:
https://gist.github.com/fffaraz/9d9170b57791c28ccda9255b48315168
This will allow the dns calls to be non blocking and integrated into the asio event loop.

Resolved by #153 and co