GitXplorerGitXplorer
f

asyncdns

public
10 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
c8eb7776f1ebbc165cbf92720c7b6ec2b3a252f6

Create README.md

fflier committed 10 years ago
Unverified
76cc173cae0c85268167c8b0f11b8dc155295421

check the exception every 500ms

committed 13 years ago
Unverified
29e779d260112af9cc4f964aa7e6683ee54ecd85

issue #2 fix the spell error

committed 13 years ago
Unverified
86d9ae13513cb82755594101d4c60e1792f4eac7

fix the spell error

committed 14 years ago
Unverified
33da2d91f5369deac006959e0cac1c21f2fb26a5

drop unexpected DNS packet missed in the pending task list

committed 14 years ago
Unverified
9cf563993e1175f23b4ea0f3b7252843cb2a7b23

remove duplicate records in result

committed 14 years ago

README

The README file for this repository.

asyncdns

asyncdns is an asynchronous DNS query pipeline for Python, which could maintain massive concurrent DNS queries to several DNS servers.

Features

  • async pipeline: an full asynchronous pipeline shared by thousands DNS queries with callback
  • socks 5 proxy: support to send a DNS query through a socks 5 proxy server
  • query timeout: trace thousands timers at the same time base on the time wheel algorithm