mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3449] [MERGED] refactor the code related to xtcp #4747
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4747
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/fatedier/frp/pull/3449
Author: @fatedier
Created: 5/26/2023
Status: ✅ Merged
Merged: 5/28/2023
Merged by: @fatedier
Base:
dev← Head:nathole📝 Commits (1)
424ab6brefactor 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.