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... | |
Client hello in Socks5 protocol.
Definition at line 198 of file gnunet-gns-proxy.c.
uint8_t Socks5ClientHelloMessage::version |
Should be SOCKS_VERSION_5.
Definition at line 203 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().
uint8_t Socks5ClientHelloMessage::num_auth_methods |
How many authentication methods does the client support.
Definition at line 208 of file gnunet-gns-proxy.c.
Referenced by do_s5r_read().