mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #543] 不想要kcp协议 #423
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#423
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 @hijk1234 on GitHub (Nov 29, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/543
frps.ini
kcp_bind_port = 7000
frpc.ini
protocol = tcp
不想要kcp协议, 直接把frps.ini和frpc.ini里面的这2行去除就可以了吧 ?
@hanqian200705 commented on GitHub (Dec 3, 2017):
@hijk1234 frpc 配置protocol = tcp 就是用的tcp传输 ,frps 配置kcp_bind_port 是说frps端可以支持用kcp传输数据 ,最终是否用kcp和frps交互主动权在于frpc 的 protocol = kcp ,readme上应该说的比较清楚了
@hijk1234 commented on GitHub (Dec 3, 2017):
@hanqian200705
frps.ini
kcp_bind_port = 7000
frpc.ini
protocol = tcp
经过测试 , 把这两句都删除后 , 也是正常的 , 如果不想开启kcp , 完全可以把这2句删除掉