mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[GH-ISSUE #159] Feature suggestion: True UDP mode using QUIC protocol #128
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @notsure2 on GitHub (Mar 26, 2021).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/159
Hello,
If QUIC has a similar ClientHello type of message. The same method used by Cloak can be applied to get support for a true UDP mode (while keeping the old of course). This will make Cloak even more useful.
@notsure2 commented on GitHub (Mar 28, 2021):
Can use https://github.com/lucas-clemente/quic-go and modify the protocol version field to copy google chrome.
@LindaFerum commented on GitHub (Jul 7, 2023):
Does Amazon Cloudfront (or perhaps google's Cloud CDN tho that has no free tier IIRC) support QUIC in a way that could be useful for Cloak?