[PR #496] [MERGED] xtcp for p2p communication #4204

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/496
Author: @fatedier
Created: 10/24/2017
Status: Merged
Merged: 10/24/2017
Merged by: @fatedier

Base: devHead: 0.14


📝 Commits (3)

📊 Changes

67 files changed (+7988 additions, -34 deletions)

View changed files

📝 Godeps/Godeps.json (+27 -3)
📝 client/control.go (+2 -1)
📝 client/proxy.go (+110 -6)
📝 client/vistor.go (+173 -0)
📝 conf/frpc_full.ini (+18 -0)
📝 conf/frps_full.ini (+3 -0)
📝 models/config/client_common.go (+2 -0)
📝 models/config/proxy.go (+90 -0)
📝 models/config/server_common.go (+10 -0)
📝 models/consts/consts.go (+1 -0)
📝 models/msg/msg.go (+33 -3)
📝 server/control.go (+4 -3)
server/nathole.go (+182 -0)
📝 server/proxy.go (+53 -0)
📝 server/service.go (+36 -16)
📝 utils/net/kcp.go (+5 -1)
📝 vendor/github.com/fatedier/beego/logs/console.go (+2 -1)
vendor/github.com/fatedier/kcp-go/.gitignore (+24 -0)
vendor/github.com/fatedier/kcp-go/.travis.yml (+15 -0)
vendor/github.com/fatedier/kcp-go/LICENSE (+22 -0)

...and 47 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/496 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/24/2017 **Status:** ✅ Merged **Merged:** 10/24/2017 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `0.14` --- ### 📝 Commits (3) - [`0559865`](https://github.com/fatedier/frp/commit/0559865fe52b108b2ef1e2b62adf689208b88599) support xtcp for making nat hole - [`9e0fd0c`](https://github.com/fatedier/frp/commit/9e0fd0c4ef891d1b10c3302f1f478d1d94b385e3) add packages - [`fa2b9a8`](https://github.com/fatedier/frp/commit/fa2b9a836cbe90337351b6e9a8223edeb09003b9) fix xtcp encryption ### 📊 Changes **67 files changed** (+7988 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Godeps/Godeps.json` (+27 -3) 📝 `client/control.go` (+2 -1) 📝 `client/proxy.go` (+110 -6) 📝 `client/vistor.go` (+173 -0) 📝 `conf/frpc_full.ini` (+18 -0) 📝 `conf/frps_full.ini` (+3 -0) 📝 `models/config/client_common.go` (+2 -0) 📝 `models/config/proxy.go` (+90 -0) 📝 `models/config/server_common.go` (+10 -0) 📝 `models/consts/consts.go` (+1 -0) 📝 `models/msg/msg.go` (+33 -3) 📝 `server/control.go` (+4 -3) ➕ `server/nathole.go` (+182 -0) 📝 `server/proxy.go` (+53 -0) 📝 `server/service.go` (+36 -16) 📝 `utils/net/kcp.go` (+5 -1) 📝 `vendor/github.com/fatedier/beego/logs/console.go` (+2 -1) ➕ `vendor/github.com/fatedier/kcp-go/.gitignore` (+24 -0) ➕ `vendor/github.com/fatedier/kcp-go/.travis.yml` (+15 -0) ➕ `vendor/github.com/fatedier/kcp-go/LICENSE` (+22 -0) _...and 47 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:37:40 -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#4204
No description provided.