Client socks request in Socks5 protocol. More...
Data Fields | |
uint8_t | version |
Should be SOCKS_VERSION_5. More... | |
uint8_t | command |
Command code, we only uspport SOCKS5_CMD_TCP_STREAM. More... | |
uint8_t | resvd |
Reserved, always zero. More... | |
uint8_t | addr_type |
Address type, an enum Socks5AddressType . More... | |
Client socks request in Socks5 protocol.
Definition at line 235 of file gnunet-gns-proxy.c.
uint8_t Socks5ClientRequestMessage::version |
Should be SOCKS_VERSION_5.
Definition at line 240 of file gnunet-gns-proxy.c.
uint8_t Socks5ClientRequestMessage::command |
Command code, we only uspport SOCKS5_CMD_TCP_STREAM.
Definition at line 245 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().
uint8_t Socks5ClientRequestMessage::resvd |
Reserved, always zero.
Definition at line 250 of file gnunet-gns-proxy.c.
uint8_t Socks5ClientRequestMessage::addr_type |
Address type, an enum Socks5AddressType
.
Definition at line 255 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().