mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4531] UDP over UDP tunnel #3577
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#3577
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?
Originally created by @scriptchildie on GitHub (Nov 12, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4531
Describe the feature request
Hi fantastic project.
I was wondering if there is a way to tunnel UDP traffic over UDP instead of the TCP Port.
Ideally want to have another option in the config file bindUdpPort
Please let me know if it's already implemented and I missed it.
Thank you
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Nov 12, 2024):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L83
kcp and quic are based on UDP.
@scriptchildie commented on GitHub (Nov 12, 2024):
nice one thanks!
@CalunVier commented on GitHub (May 1, 2025):
Can a purely UDP connection be provided? Both KCP and QUIC have packet loss retransmission mechanisms, but packet loss can be considered a virtue. In some cases, upper-layer applications may already have their own packet loss retransmission mechanisms, which could introduce additional overhead.
能否提供纯粹的UDP连接?kcp 和 quic都有丢包重传机制,但丢包是一种美德(某些情况下,上层应用会包含丢包重传机制,这会带来额外的负担?)