socks.c: align SOCKS4 connection sequence with SOCKS5
Calling sscanf is not required since the raw IPv4 address is available and the protocol can be detected using ai_family.
parent
c6b869ec
Please register or sign in to comment
Calling sscanf is not required since the raw IPv4 address is available and the protocol can be detected using ai_family.