当通过配置为使用的 OpenVPN 发送 125mbit/秒时cipher none
,openvpn 进程使用 25% 的 CPU(在 i3-5010U CPU 上)。
什么原因导致它使用这么多?
以下是配置文件:
客户端.ovpn
remote xx.xxx.xxx.xxx
cipher none
auth none
dev tun
ifconfig 10.8.0.2 10.8.0.1
proto tcp-client
服务器.ovpn
cipher none
auth none
dev tun
ifconfig 10.8.0.1 10.8.0.2
proto tcp-server
这是在 Windows 10 上,以防万一。