Tor  0.4.7.0-alpha-dev
Enumerations
socks5_status.h File Reference

Status codes used by the SOCKS5 protocol. More...

Go to the source code of this file.

Enumerations

enum  socks5_reply_status_t {
  SOCKS5_SUCCEEDED = 0x00 , SOCKS5_GENERAL_ERROR = 0x01 , SOCKS5_NOT_ALLOWED = 0x02 , SOCKS5_NET_UNREACHABLE = 0x03 ,
  SOCKS5_HOST_UNREACHABLE = 0x04 , SOCKS5_CONNECTION_REFUSED = 0x05 , SOCKS5_TTL_EXPIRED = 0x06 , SOCKS5_COMMAND_NOT_SUPPORTED = 0x07 ,
  SOCKS5_ADDRESS_TYPE_NOT_SUPPORTED = 0x08 , SOCKS5_HS_NOT_FOUND = 0xF0 , SOCKS5_HS_IS_INVALID = 0xF1 , SOCKS5_HS_INTRO_FAILED = 0xF2 ,
  SOCKS5_HS_REND_FAILED = 0xF3 , SOCKS5_HS_MISSING_CLIENT_AUTH = 0xF4 , SOCKS5_HS_BAD_CLIENT_AUTH = 0xF5 , SOCKS5_HS_BAD_ADDRESS = 0xF6 ,
  SOCKS5_HS_INTRO_TIMEDOUT = 0xF7
}
 

Detailed Description

Status codes used by the SOCKS5 protocol.

Definition in file socks5_status.h.

Enumeration Type Documentation

◆ socks5_reply_status_t

Specified SOCKS5 status codes.

Definition at line 20 of file socks5_status.h.