When to use FindMTU (wodVPN)
I am looking to find out when to use the FindMTU function to set the MTU value in wodVPN. Do I use it only once when the Connected event is fired? Do I use it from both sides or will using it on one side work fine?
When I try to stream screen data using ffmpeg or transfer files over a VPN channel it is a very slow rate so Im trying to maximize throughput. I tried firing the FindMTU method every 10 seconds but this only made thing worse.
Thanks for your help.