MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / Socks5Error

Class Socks5Error

src/network/socks5.py:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class Socks5Error(ProxyError):
15 errorCodes = ("Succeeded",
16 "General SOCKS server failure",
17 "Connection not allowed by ruleset",
18 "Network unreachable",
19 "Host unreachable",
20 "Connection refused",
21 "TTL expired",
22 "Command not supported",
23 "Address type not supported",
24 "Unknown error")
25
26
27class Socks5(Proxy):

Callers 1

state_pre_connectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected