[PR #2863] [MERGED] support tcp keepalive params #4643

Closed
opened 2026-05-05 14:45:57 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2863
Author: @fatedier
Created: 3/21/2022
Status: Merged
Merged: 3/22/2022
Merged by: @fatedier

Base: devHead: tcp-keepalive


📝 Commits (1)

  • eef33f4 support tcp keepalive params

📊 Changes

11 files changed (+29 additions, -8 deletions)

View changed files

📝 client/control.go (+1 -0)
📝 client/service.go (+1 -0)
📝 conf/frpc_full.ini (+6 -1)
📝 conf/frps_full.ini (+6 -2)
📝 go.mod (+1 -1)
📝 go.sum (+2 -4)
📝 pkg/config/client.go (+4 -0)
📝 pkg/config/client_test.go (+1 -0)
📝 pkg/config/server.go (+4 -0)
📝 pkg/config/server_test.go (+2 -0)
📝 server/service.go (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/2863 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/21/2022 **Status:** ✅ Merged **Merged:** 3/22/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `tcp-keepalive` --- ### 📝 Commits (1) - [`eef33f4`](https://github.com/fatedier/frp/commit/eef33f4b1c29253d1ab4dcb11b80925c2690ecc4) support tcp keepalive params ### 📊 Changes **11 files changed** (+29 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+1 -0) 📝 `client/service.go` (+1 -0) 📝 `conf/frpc_full.ini` (+6 -1) 📝 `conf/frps_full.ini` (+6 -2) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -4) 📝 `pkg/config/client.go` (+4 -0) 📝 `pkg/config/client_test.go` (+1 -0) 📝 `pkg/config/server.go` (+4 -0) 📝 `pkg/config/server_test.go` (+2 -0) 📝 `server/service.go` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:45:57 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4643
No description provided.