Xray-core/transport/internet/quic
cty123 f1c81557dc #2605: Add safety check for type casting for QUIC dialer
Issue #2605 brought up real problem that QUIC dialer doesn't support sockopt at the moment. Inside `internet.DialSystem(...)` function, one of the branch that involves `redirect(...)` returns `cnc.connection` instance that is currently unhandled by the code logic, and thus caused program panic during runtime.

It seems the sockopt support for QUIC protocol requires a couple changes including making `cnc.connection` public, such that we can handle in dialer, along with some thorough tests, this commit simply adds safety check to explicity state the fact that QUIC isn't working with sockopt. And the implementation of the feature can be scheduled later on.
2023-11-14 10:14:26 -05:00
..
config.go Reformat code 2022-05-18 15:29:01 +08:00
config.pb.go Freedom xdomain strategy (#2719) 2023-11-12 16:27:39 -05:00
config.proto v1.1.0 2020-12-04 09:36:16 +08:00
conn.go v1.7.3 2023-02-02 05:50:21 +00:00
dialer.go #2605: Add safety check for type casting for QUIC dialer 2023-11-14 10:14:26 -05:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
hub.go Update all dependencies 2023-09-29 23:06:15 -04:00
pool.go Removal: confonly 2020-12-11 13:05:29 +08:00
qlogWriter.go Bump github.com/quic-go/quic-go from 0.34.0 to 0.35.1 2023-06-01 18:23:56 -04:00
quic.go Style: format code by gofumpt (#761) 2021-10-20 00:57:14 +08:00
quic_test.go Reformat code 2022-05-18 15:29:01 +08:00