GNUnet 0.21.1
Socks5ClientHelloMessage Struct Reference

Client hello in Socks5 protocol. More...

Data Fields

uint8_t version
 Should be SOCKS_VERSION_5. More...
 
uint8_t num_auth_methods
 How many authentication methods does the client support. More...
 

Detailed Description

Client hello in Socks5 protocol.

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

Field Documentation

◆ version

uint8_t Socks5ClientHelloMessage::version

Should be SOCKS_VERSION_5.

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

Referenced by do_s5r_read().

◆ num_auth_methods

uint8_t Socks5ClientHelloMessage::num_auth_methods

How many authentication methods does the client support.

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

Referenced by do_s5r_read().


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