mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #183] [MERGED] support udp type #4147
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#4147
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/183
Author: @fatedier
Created: 12/18/2016
Status: ✅ Merged
Merged: 12/19/2016
Merged by: @vashstorm
Base:
dev← Head:fatedier/udp📝 Commits (4)
f2999e3support udp typeb0e5694vendor: update godep conf19f349avendor: fix2bf1d3econf: update📊 Changes
39 files changed (+5156 additions, -79 deletions)
View changed files
📝
.travis.yml(+2 -2)📝
Godeps/Godeps.json(+18 -3)📝
conf/frpc.ini(+5 -0)📝
conf/frps.ini(+6 -0)📝
src/cmd/frpc/control.go(+8 -2)📝
src/cmd/frps/control.go(+15 -3)📝
src/models/client/client.go(+70 -19)📝
src/models/client/config.go(+1 -1)➕
src/models/client/process_udp.go(+153 -0)📝
src/models/consts/consts.go(+1 -0)📝
src/models/msg/process.go(+7 -7)➕
src/models/msg/udp.go(+72 -0)➕
src/models/msg/udp_test.go(+50 -0)📝
src/models/server/config.go(+3 -3)📝
src/models/server/server.go(+125 -32)📝
src/utils/conn/conn.go(+5 -5)➕
src/utils/conn/udp_conn.go(+29 -0)📝
test/echo_server.go(+1 -1)📝
test/func_test.go(+1 -1)➕
vendor/github.com/davecgh/go-spew/LICENSE(+15 -0)...and 19 more files
📄 Description
finish #37 #119
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.