An attempt at adding UDP support to aiosocks. Untested due to lack of server support.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

40 lines
316 B

  1. *.bak
  2. *.egg
  3. *.egg-info
  4. *.eggs
  5. *.pyc
  6. *.pyd
  7. *.pyo
  8. *.so
  9. *.tar.gz
  10. *~
  11. .DS_Store
  12. .Python
  13. .cache
  14. .coverage
  15. .coverage.*
  16. .idea
  17. .installed.cfg
  18. .noseids
  19. .tox
  20. .vimrc
  21. bin
  22. build
  23. cover
  24. coverage
  25. develop-eggs
  26. dist
  27. docs/_build/
  28. eggs
  29. include/
  30. lib/
  31. man/
  32. nosetests.xml
  33. parts
  34. pyvenv
  35. sources
  36. var/*
  37. venv
  38. virtualenv.py
  39. .install-deps
  40. .develop