Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote: use TCP as the default tunneling protocol on python3.13+ #1272

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

doronz88
Copy link
Owner

@doronz88 doronz88 commented Nov 4, 2024

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.

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.
@doronz88 doronz88 merged commit 8efde88 into master Nov 4, 2024
17 checks passed
@doronz88 doronz88 deleted the bugfix/default-tunnel-protocol-tcp branch November 4, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant