Xray-core/transport
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
..
global Freedom xdomain strategy (#2719) 2023-11-12 16:27:39 -05:00
internet #2605: Add safety check for type casting for QUIC dialer 2023-11-14 10:14:26 -05:00
pipe Fix buffer.UDP destination override (#2356) 2023-08-29 07:12:36 +00:00
link.go v1.1.0 2020-12-04 09:36:16 +08:00