Closed doronz88 closed 2 weeks ago
iOS 18.2+ removed QUIC support for tunneling, so using TCP as the new default avoids this restriction. In addition, we now verify and raise QuicProtocolNotSupportedError if we failed to establish a QUIC connection to the target.
QuicProtocolNotSupportedError
iOS 18.2+ removed QUIC support for tunneling, so using TCP as the new default avoids this restriction. In addition, we now verify and raise
QuicProtocolNotSupportedError
if we failed to establish a QUIC connection to the target.