mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1899] tls开启后慢 #1506
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#1506
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 @PHCSJC on GitHub (Jul 14, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1899
2边的版本都是v0.32.1,昨天试了下这个参数tls_enable = true
发现非常的慢,我用frp连接远程桌面,发现远程桌面非常的卡,把这个参数去掉后就好了,不知道啥原因。
@PHCSJC commented on GitHub (Jul 14, 2020):
另外,请问如果不开启加密use_compression = true,那防火墙里识别到的是什么流量呢?
@fatedier commented on GitHub (Aug 10, 2020):
TLS 会启用加密传输,需要消耗额外的 CPU 资源来加密,机器性能不好的话就不要加了。
use_compression = true用的是 AES 加密。