I see that remote host is always resolved before a call to Connect. Though,
Socks5 makes it possible not to care about it, and it is realized here:
Buf[0] := $05; { Socks version }
Buf[1] := $01; { Connect command }
Buf[2] := $00; { Reserved, must be $00 }
Buf[3] := $03; { Address type is domain name }
Buf[4] := Length(FAddrStr);
so what's the goal of host resolving when socks5 is used?
--
regards, Anton
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be