[PR #3198] [MERGED] support protocol quic between frpc and frps #4694

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3198
Author: @fatedier
Created: 12/5/2022
Status: Merged
Merged: 12/12/2022
Merged by: @fatedier

Base: devHead: quic


📝 Commits (1)

  • 62fa8b3 support protocol quic between frpc and frps

📊 Changes

12 files changed (+328 additions, -189 deletions)

View changed files

📝 client/control.go (+8 -80)
📝 client/service.go (+165 -72)
📝 conf/frpc_full.ini (+1 -1)
📝 conf/frps_full.ini (+6 -2)
📝 go.mod (+12 -2)
📝 go.sum (+29 -3)
📝 pkg/config/client.go (+2 -2)
📝 pkg/config/server.go (+4 -0)
📝 pkg/util/net/conn.go (+28 -0)
📝 server/service.go (+44 -2)
📝 test/e2e/basic/client_server.go (+28 -25)
📝 test/e2e/framework/consts/consts.go (+1 -0)

📄 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/3198 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/5/2022 **Status:** ✅ Merged **Merged:** 12/12/2022 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `quic` --- ### 📝 Commits (1) - [`62fa8b3`](https://github.com/fatedier/frp/commit/62fa8b39f9756babb4a3ab42d6298c5ccce37a8c) support protocol quic between frpc and frps ### 📊 Changes **12 files changed** (+328 additions, -189 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+8 -80) 📝 `client/service.go` (+165 -72) 📝 `conf/frpc_full.ini` (+1 -1) 📝 `conf/frps_full.ini` (+6 -2) 📝 `go.mod` (+12 -2) 📝 `go.sum` (+29 -3) 📝 `pkg/config/client.go` (+2 -2) 📝 `pkg/config/server.go` (+4 -0) 📝 `pkg/util/net/conn.go` (+28 -0) 📝 `server/service.go` (+44 -2) 📝 `test/e2e/basic/client_server.go` (+28 -25) 📝 `test/e2e/framework/consts/consts.go` (+1 -0) </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:46:57 -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#4694
No description provided.