[GH-ISSUE #1899] tls开启后慢 #1506

Closed
opened 2026-05-05 12:57:07 -06:00 by gitea-mirror · 2 comments
Owner

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连接远程桌面,发现远程桌面非常的卡,把这个参数去掉后就好了,不知道啥原因。

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连接远程桌面,发现远程桌面非常的卡,把这个参数去掉后就好了,不知道啥原因。
Author
Owner

@PHCSJC commented on GitHub (Jul 14, 2020):

另外,请问如果不开启加密use_compression = true,那防火墙里识别到的是什么流量呢?

<!-- gh-comment-id:657927737 --> @PHCSJC commented on GitHub (Jul 14, 2020): 另外,请问如果不开启加密use_compression = true,那防火墙里识别到的是什么流量呢?
Author
Owner

@fatedier commented on GitHub (Aug 10, 2020):

TLS 会启用加密传输,需要消耗额外的 CPU 资源来加密,机器性能不好的话就不要加了。

use_compression = true 用的是 AES 加密。

<!-- gh-comment-id:671200247 --> @fatedier commented on GitHub (Aug 10, 2020): TLS 会启用加密传输,需要消耗额外的 CPU 资源来加密,机器性能不好的话就不要加了。 `use_compression = true` 用的是 AES 加密。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1506
No description provided.