mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #166] frp 流量消耗怎么样? #109
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#109
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 @JesseGuoX on GitHub (Nov 28, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/166
空载状态下 frp 和服务器通信一天会消耗多少流量?与服务器的通信周期可以用配置文件修改么?应为可能会用在 iot设备上,用的无线网络,所以需要有流量方面的考虑。
@fatedier commented on GitHub (Nov 28, 2016):
空闲状态下只有心跳包的消耗,每隔20s一次,目前是代码中写死的。
出流量,一天970KB。
入流量,一天125KB。
这部分是可优化的。