1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 03:25:23 +00:00
v2fly/transport/internet
Shelikhoo ebdacfdb86
add comment for gRPC TLS silent failure behavior
When gRPC transport have been configured to use TLS, it may silently ignore TLS failure. This may make it harder to diagnose TLS setting issues when gRPC transport is used. This comment is added to help other developers be aware of this caveat.
2021-09-03 21:34:34 +01:00
..
domainsocket 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
grpc add comment for gRPC TLS silent failure behavior 2021-09-03 21:34:34 +01:00
headers 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
http 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
kcp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
quic 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tagged 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tcp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tls fix lint warning 2021-09-02 17:34:39 +01:00
udp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
websocket 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
config.pb.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.proto update TCPKeepAliveInterval type to allow expression disable 2021-05-06 15:33:35 +01:00
connection.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dialer_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dialer.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
filelocker_other.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
filelocker_windows.go Refine unix domain socket (#367) 2020-10-29 07:30:38 +00:00
filelocker.go Refine unix domain socket (#367) 2020-10-29 07:30:38 +00:00
header_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
header.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
internet.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
memory_settings.go comments 2018-10-14 08:23:49 +02:00
sockopt_darwin.go Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
sockopt_freebsd.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
sockopt_linux_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
sockopt_linux.go update tcp keep alive interval config 2021-05-04 22:39:28 +01:00
sockopt_other.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
sockopt_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
sockopt_windows.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
sockopt.go system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
system_dialer.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
system_dns_android_test.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
system_dns_android.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
system_listener_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
system_listener.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
tcp_hub.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00