GNUnet 0.21.1
Socks5ClientRequestMessage Struct Reference

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...
 

Detailed Description

Client socks request in Socks5 protocol.

Definition at line 237 of file gnunet-gns-proxy.c.

Field Documentation

◆ version

uint8_t Socks5ClientRequestMessage::version

Should be SOCKS_VERSION_5.

Definition at line 242 of file gnunet-gns-proxy.c.

◆ command

uint8_t Socks5ClientRequestMessage::command

Command code, we only uspport SOCKS5_CMD_TCP_STREAM.

Definition at line 247 of file gnunet-gns-proxy.c.

Referenced by do_s5r_read().

◆ resvd

uint8_t Socks5ClientRequestMessage::resvd

Reserved, always zero.

Definition at line 252 of file gnunet-gns-proxy.c.

◆ addr_type

uint8_t Socks5ClientRequestMessage::addr_type

Address type, an enum Socks5AddressType.

Definition at line 257 of file gnunet-gns-proxy.c.

Referenced by do_s5r_read().


The documentation for this struct was generated from the following file: