summaryrefslogtreecommitdiff
path: root/net/py-siosocks/pkg-descr
blob: 8b0d3f8412332226b458fb4d0bc04e4c2062a706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Sans-io socks 4/5 client/server library/framework.

Features:

 * Only tcp connect (no bind, no udp)
 * Both client and server
 * Socks versions: 4, 4a, 5
 * Socks5 auth: no auth, username/password
 * Couple io backends: asyncio, trio, socketserver
 * One-shot socks server (python -m siosocks)