mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[PR #82] [MERGED] Make tcp keepalive optional on client -> server and server -> proxy connections, controllable via config. #262
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#262
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/82
Author: @notsure2
Created: 12/14/2019
Status: ✅ Merged
Merged: 4/4/2020
Merged by: @cbeuw
Base:
master← Head:tcp-keepalive📝 Commits (1)
7c315bfMake keepalive optional on client -> server and server -> proxy connections. Use KeepAlive value in config (seconds).📊 Changes
4 files changed (+22 additions, -6 deletions)
View changed files
📝
cmd/ck-client/ck-client.go(+2 -2)📝
cmd/ck-server/ck-server.go(+2 -1)📝
internal/client/state.go(+7 -0)📝
internal/server/state.go(+11 -3)📄 Description
Hello,
This pull request just makes the default tcp keepalive since GO 1.13 of 15 seconds explicit.
It is enabled on the client app, in the client cloak --> remote cloak direction
and it is enabled on the server app in the server cloak --> server proxy direction.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.