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... | |
Server hello in Socks5 protocol.
Definition at line 217 of file gnunet-gns-proxy.c.
uint8_t Socks5ServerHelloMessage::version |
Should be SOCKS_VERSION_5.
Definition at line 222 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().
uint8_t Socks5ServerHelloMessage::auth_method |
Chosen authentication method, for us always SOCKS_AUTH_NONE, which skips the authentication step.
Definition at line 228 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().