GNUnet 0.21.1
Socks5ServerHelloMessage Struct Reference

Server hello in Socks5 protocol. More...

Data Fields

uint8_t version
 Should be SOCKS_VERSION_5. More...
 
uint8_t auth_method
 Chosen authentication method, for us always SOCKS_AUTH_NONE, which skips the authentication step. More...
 

Detailed Description

Server hello in Socks5 protocol.

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

Field Documentation

◆ version

uint8_t Socks5ServerHelloMessage::version

Should be SOCKS_VERSION_5.

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

Referenced by do_s5r_read().

◆ auth_method

uint8_t Socks5ServerHelloMessage::auth_method

Chosen authentication method, for us always SOCKS_AUTH_NONE, which skips the authentication step.

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

Referenced by do_s5r_read().


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