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

Using QUIC to transfer data #1387

Open
do02fw opened this issue Aug 10, 2023 · 4 comments
Open

Using QUIC to transfer data #1387

do02fw opened this issue Aug 10, 2023 · 4 comments

Comments

@do02fw
Copy link

do02fw commented Aug 10, 2023

Use QUIC to transfer data, QUIC is faster, TCP is slower, YouTube and Google sites already support HTTP2 QUIC HTTP3 access.

@maddyhof
Copy link

Thanks for reaching out! Outline Client supports connecting to QUIC traffic, which is based on UDP, but shadowsocks uses its own format to tunnel data, not QUIC or UDP.
Are you requesting that QUIC be used as the tunneling method itself? This is very similar to the MASQUE protocol, which we are exploring adding to Outline as an alternative to shadowsocks.

@maddyhof maddyhof added the need more info We need more information in order to help or verify label Aug 14, 2023
@maddyhof maddyhof added this to End User Issues in [DEPRECATED] Outline (Classic) Aug 14, 2023
@do02fw
Copy link
Author

do02fw commented Aug 14, 2023

Thanks for reaching out! Outline Client supports connecting to QUIC traffic, which is based on UDP, but shadowsocks uses its own format to tunnel data, not QUIC or UDP. Are you requesting that QUIC be used as the tunneling method itself? This is very similar to the MASQUE protocol, which we are exploring adding to Outline as an alternative to shadowsocks.

Yes, I hope to use quic as the main transmission protocol, tcp is too slow, and I hope to better break through the firewall, such as China.

@maddyhof maddyhof added feature request New feature or request circumvention effectiveness and removed need more info We need more information in order to help or verify labels Aug 14, 2023
@do02fw
Copy link
Author

do02fw commented Aug 15, 2023

I hope to launch a beta version of the QUIC protocol outline soon.

@maddyhof
Copy link

Very exciting! We're working to integrate the new Outline SDK into Outline Client, so ideally any new protocols would be housed in the SDK. If you're interested in contributing to the code, please let us know so we can discuss how to make that happen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants