mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #568] 关于tcp_mux #444
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#444
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 @wwqgtxx on GitHub (Dec 20, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/568
请问一下在设置了和服务器之间使用kcp通讯的时候,tcp_mux这个设置对最终的通讯有影响么,会不会最终也只会新建一个kcp链接呢
@fatedier commented on GitHub (Dec 20, 2017):
Yes.
@wwqgtxx commented on GitHub (Dec 21, 2017):
那么提个建议,在客户端使用kcp通讯来转发udp的时候服务器是否可以直接在udp通道上转发数据,而不用再用kcp包一层,毕竟这个时候没必要实现拥塞控制,多加一层kcp反而会影响转发效率