Sat Feb 06, 2016 4:49 am
Copying a file through the tunnel with a Pi2 as the server and both ends on my LAN, I get about 38 megabits/s with the default TLS(DHE-RSA-AES256-SHA), digest(SHA1), and cipher(BF-CBC) settings. The copy was done to and from RAM to eliminate disk I/O as a factor.
Using my normal settings - DHE-RSA-AES256-GCM-SHA384, SHA512, and AES-256-CBC respectively - I get about 28 megabits/s.
Edit: Forgot to mention that the Pi2's clock frequencies are all stock. One core is pegged at 100% during file transfer so the CPU appears to be the bottleneck in my tests.