mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #496] [MERGED] xtcp for p2p communication #4204
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#4204
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/496
Author: @fatedier
Created: 10/24/2017
Status: ✅ Merged
Merged: 10/24/2017
Merged by: @fatedier
Base:
dev← Head:0.14📝 Commits (3)
0559865support xtcp for making nat hole9e0fd0cadd packagesfa2b9a8fix xtcp encryption📊 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.