1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-09 01:10:44 +00:00
v2fly/proxy/shadowsocks
yuhan6665 7bcb3c901b
Fix client dialer log (#1568)
* Fix client dialer log

Log such as:
tunneling request to tcp:www.google.com:80 via tcp:x.x.x.x:443
the second "tcp" is misleading when using mKcp or quic transport

Remove the second "tcp" and add the correct logging for transport dialer:
- transport/internet/tcp: dialing TCP to tcp:x.x.x.x:443
- transport/internet/quic: dialing quic to udp:x.x.x.x:443

* Update transport/internet/quic/dialer.go

Co-authored-by: 秋のかえで <autmaple@protonmail.com>

Co-authored-by: 秋のかえで <autmaple@protonmail.com>
Co-authored-by: Kslr <kslrwang@gmail.com>
2022-04-06 13:24:43 +08:00
..
simplified add reduced iv head entropy to simplified config processor 2022-01-15 20:47:20 +00:00
client.go Fix client dialer log (#1568) 2022-04-06 13:24:43 +08:00
config_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
config.go add reduced iv head entropy to simplified config processor(fix) 2022-01-15 20:47:20 +00:00
config.pb.go add reduced iv head entropy to simplified config: auto generated 2022-01-15 20:47:20 +00:00
config.proto config for reduced initial iv head entropy 2022-01-15 20:47:20 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
protocol_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
protocol.go add reduced entropy experiment to shadowsocks 2022-01-15 20:47:20 +00:00
server.go fix lint 2022-01-03 15:55:18 +00:00
shadowsocks.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00