Liu

Results 3 comments of Liu

Here is the tcpdump traffics follow tcp stream with port 1080, printed in Hex Dump format ``` 00000000 05 02 00 02 .... 00000000 05 00 .. 00000004 05 01...

Here is another tcpdump traffics, the socks server was 'SSH -vHD 1080' It returns '05 00 00 01 00 00 00 00 00 00' to accept the CONNECT command request...

Current behavior is only response with address type 0x01, the OkHttpClient can works as expected. Once the socks server response with type 0x03, no matter it followed by a non-empty...