module RaptorIO::Socket::Comm::SOCKS::ReplyCodes
Constants for reply codes
Constants
- ATYP_NOT_SUPPORTED
‘X’08’ Address type not supported`
- CMD_NOT_SUPPORTED
‘X’07’ Command not supported`
- CONNREFUSED
‘X’05’ Connection refused`
- GENERAL_FAILURE
‘X’01’ general
SOCKS
server failure`- HOSTUNREACH
‘X’04’ Host unreachable`
- NETUNREACH
‘X’03’ Network unreachable`
- NOT_ALLOWED
‘X’02’ connection not allowed by ruleset`
- SUCCEEDED
‘X’00’ succeeded`
- TTL_EXPIRED
‘X’06’ TTL expired`