mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #284] Investigate half duplex #224
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#224
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 @cbeuw on GitHub (Oct 3, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/284
@notsure2 mentioned SoftEther's half duplex mode https://github.com/cbeuw/Cloak/pull/283#issuecomment-2391975907
https://www.softether.org/4-docs/1-manual/2._SoftEther_VPN_Essential_Architecture/2.1_VPN_Communication_Protocol#Using_in_Half_Duplex_Mode
This may be useful to defeat size/directionality statistical detection, forcing censors to combine data stream across multiple connections which would be more expensive
Dedicating a TCP connection to be full up or downstream is probably not a good idea, as most TCP traffic are bidirectional, but we can do a x% up 1-x% down approach