export enum SOCKS5Command { TCPIP_STREAM_CONNECTION = 0x01, TCPIP_PORT_CONNECTION = 0x02, UDP_PORT = 0x03, }