[PR #3449] [MERGED] refactor the code related to xtcp #4747

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3449
Author: @fatedier
Created: 5/26/2023
Status: Merged
Merged: 5/28/2023
Merged by: @fatedier

Base: devHead: nathole


📝 Commits (1)

  • 424ab6b refactor the code related to xtcp

📊 Changes

44 files changed (+3284 additions, -1678 deletions)

View changed files

📝 Makefile (+3 -0)
📝 client/admin_api.go (+3 -2)
📝 client/control.go (+30 -18)
📝 client/proxy/proxy.go (+16 -475)
📝 client/proxy/proxy_manager.go (+29 -19)
📝 client/proxy/proxy_wrapper.go (+26 -2)
client/proxy/sudp.go (+190 -0)
client/proxy/udp.go (+157 -0)
client/proxy/xtcp.go (+200 -0)
📝 client/service.go (+3 -7)
client/visitor.go (+0 -575)
client/visitor/stcp.go (+118 -0)
client/visitor/sudp.go (+262 -0)
client/visitor/visitor.go (+77 -0)
📝 client/visitor/visitor_manager.go (+29 -19)
client/visitor/xtcp.go (+410 -0)
📝 cmd/frpc/sub/nathole.go (+21 -26)
📝 cmd/frpc/sub/root.go (+25 -20)
📝 go.mod (+5 -4)
📝 go.sum (+10 -8)

...and 24 more files

📄 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/3449 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/26/2023 **Status:** ✅ Merged **Merged:** 5/28/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `nathole` --- ### 📝 Commits (1) - [`424ab6b`](https://github.com/fatedier/frp/commit/424ab6b0d6ddea447847c0ac57d81e18f0e93c64) refactor the code related to xtcp ### 📊 Changes **44 files changed** (+3284 additions, -1678 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -0) 📝 `client/admin_api.go` (+3 -2) 📝 `client/control.go` (+30 -18) 📝 `client/proxy/proxy.go` (+16 -475) 📝 `client/proxy/proxy_manager.go` (+29 -19) 📝 `client/proxy/proxy_wrapper.go` (+26 -2) ➕ `client/proxy/sudp.go` (+190 -0) ➕ `client/proxy/udp.go` (+157 -0) ➕ `client/proxy/xtcp.go` (+200 -0) 📝 `client/service.go` (+3 -7) ➖ `client/visitor.go` (+0 -575) ➕ `client/visitor/stcp.go` (+118 -0) ➕ `client/visitor/sudp.go` (+262 -0) ➕ `client/visitor/visitor.go` (+77 -0) 📝 `client/visitor/visitor_manager.go` (+29 -19) ➕ `client/visitor/xtcp.go` (+410 -0) 📝 `cmd/frpc/sub/nathole.go` (+21 -26) 📝 `cmd/frpc/sub/root.go` (+25 -20) 📝 `go.mod` (+5 -4) 📝 `go.sum` (+10 -8) _...and 24 more files_ </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:47:58 -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#4747
No description provided.