v2fly/proxy/vmess
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
..
aead update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
encoding update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
inbound update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
outbound Fix client dialer log (#1568) 2022-04-06 13:24:43 +08:00
account.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
account.pb.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
account.proto update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
validator.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
validator_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
vmess.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
vmessCtxInterface.go Make isAEAD more efficient 2020-09-21 01:10:56 +00:00