OpenVPN Advanced Config Custom Options
-
I have read that adding:
sndbuf 393216;
rcvbuf 393216;
push "sndbuf 393216";
push "rcvbuf 393216";to the config file increases performance. Does this still work effectively with pfSense version 2.4.2? I have used this without issue in previous versions.
-
The optimal buffer size depends on your connection and other factors, it's not so simple as picking a number and using that for everything.
There is a GUI control for send/receive buffer in 2.4.x, you can use that if you like, or if you leave it set at 'default' then you can still use whatever advanced option you want for those directives.