summaryrefslogtreecommitdiff
path: root/dht/src/Network/QueryResponse.hs
AgeCommit message (Expand)Author
2020-01-01Remove query-id dependency from timeout computation.Joe Crayne
2020-01-01QueryResponse: Support the IO varient of fdSocket.Joe Crayne
2020-01-01Clean up forked transports.Joe Crayne
2020-01-01Use GHC's closeFdWith to un-block recvFrom.Joe Crayne
2020-01-01Debugging recvFrom termination.Joe Crayne
2020-01-01Port commit afe40dd4 to newer network libraryJames Crayne
2020-01-01Use O_NONBLOCK to interrupt blocking recvFrom.Joe Crayne
2020-01-01Factor out some new librariesJames Crayne