[PR #1794] [MERGED] feat: Support user specify udp packet size in config #4455

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1794
Author: @blizard863
Created: 5/7/2020
Status: Merged
Merged: 5/7/2020
Merged by: @fatedier

Base: devHead: add-udp-packetsize-config


📝 Commits (2)

  • ce38ab3 feat: support user specify udp packet size in config
  • 3aa8ecd fix

📊 Changes

8 files changed (+43 additions, -8 deletions)

View changed files

📝 client/proxy/proxy.go (+2 -2)
📝 client/visitor.go (+1 -1)
📝 conf/frpc_full.ini (+5 -0)
📝 conf/frps_full.ini (+5 -0)
📝 models/config/client_common.go (+12 -0)
📝 models/config/server_common.go (+13 -0)
📝 models/proto/udp/udp.go (+4 -4)
📝 server/proxy/udp.go (+1 -1)

📄 Description

https://github.com/fatedier/frp/issues/1487


🔄 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/1794 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 5/7/2020 **Status:** ✅ Merged **Merged:** 5/7/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `add-udp-packetsize-config` --- ### 📝 Commits (2) - [`ce38ab3`](https://github.com/fatedier/frp/commit/ce38ab368a1aa3d193fa033ed9d15020654c345f) feat: support user specify udp packet size in config - [`3aa8ecd`](https://github.com/fatedier/frp/commit/3aa8ecd96005c47bf9987b51dafdcde3b8224220) fix ### 📊 Changes **8 files changed** (+43 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/proxy/proxy.go` (+2 -2) 📝 `client/visitor.go` (+1 -1) 📝 `conf/frpc_full.ini` (+5 -0) 📝 `conf/frps_full.ini` (+5 -0) 📝 `models/config/client_common.go` (+12 -0) 📝 `models/config/server_common.go` (+13 -0) 📝 `models/proto/udp/udp.go` (+4 -4) 📝 `server/proxy/udp.go` (+1 -1) </details> ### 📄 Description https://github.com/fatedier/frp/issues/1487 --- <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:42:27 -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#4455
No description provided.