mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[PR #241] Socket buffer controls to solve bufferbloat. #292
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#292
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?
📋 Pull Request Information
Original PR: https://github.com/cbeuw/Cloak/pull/241
Author: @notsure2
Created: 12/11/2023
Status: 🔄 Open
Base:
master← Head:tcp-buffer-controls📝 Commits (2)
18355d0Socket buffer controls to solve bufferbloat.c3cde8dFix: buffer should be set even in unordered mode because in the end it's tcp📊 Changes
7 files changed (+208 additions, -31 deletions)
View changed files
📝
README.md(+15 -0)📝
cmd/ck-client/ck-client.go(+67 -4)📝
internal/client/state.go(+49 -16)➕
internal/common/platformfd_darwin.go(+8 -0)➕
internal/common/platformfd_linux.go(+8 -0)➕
internal/common/platformfd_windows.go(+10 -0)📝
internal/server/state.go(+51 -11)📄 Description
This adds multiple parameters to config (documented in README.md) which allow precise and control control over socket buffers.
For incoming, buffer must be set on listener socket, and for outgoing it must be set before connection.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.