Part Number: SK-AM64
Hello,
I am currently testing OpenVPN on the SK-AM64, it's direct communication between my computer and AM64 via 1g Ethernet. The problem is throughput drops after some time (it can be seconds or minutes) you can see the iperf3 logs below. There are no dropped packets or any error, the only thing I observed is CPU usage increasing from around %20 to %25 when the throughput drop happens
Another iperf3 log
Another iperf3 log
OpenVPN Version : OpenVPN 2.6.3 aarch64-none-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
Example client config:
client
dev tun
proto udp
remote 192.168.1.42 1194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
ignore-unknown-option block-outside-dns
verb 1
iproute /bin/ip
I also tested with tcp and no encryption options, the result was the same.

