https://www.speedguide.net/analyzer.php Here's where I get the values:
1397 MTU(now after testing tun-mtu values)
1357 MSS
I currently have these advanced options set:
fixmss;
tun-mtu:1400
I was able to confirm these are functional after setting the MTU to 1300 and getting that result on the test above. but with 1400, it seems 1397 is the best I can do, which makes sense if the MSS of non-tunneled packets is 1460 (40bytes of headers) - another 40 bytes for encapsulated packets = 1420, so it seems there's about 23 bytes of OpenVPN headers for TLS/SSL authentication. I was just hoping to get as close to the 1420 I've seen in IPsec as possible. I'm not using IPSec because of the routing functionality.
I set the tun-mtu to 1402 and the tested result still returns the above results with MTU 1397