Builtin Forward Error Correction
Posted: Thu Aug 08, 2019 9:29 pm
Hello everyone.
I have been using openvpn for years and I think it is great!
But sometimes I use openvpn on an attempt to make a wireless connection stable.
So far I have had little luck with this as the UDP mode does not offer any error correction method and the TCP mode only uses the settings that desktop apps already use.
But recently I found this:
https://github.com/wangyu-/UDPspeeder
This guy made a UDP tunnel that send duplicated (or more or less) udp frames that allow for high packetloss comunications to suffer very little.
The trade off is a lower bandwidth.
I tested it and it works great.
Even shows how to use this with openvpn. And i used it with great success.
it is also highly configurable. So you can adapt the amount of duplication to the need of your network.
Is it possible to add something like this as a build in option on Openvpn in UDP mode?
I have been using openvpn for years and I think it is great!
But sometimes I use openvpn on an attempt to make a wireless connection stable.
So far I have had little luck with this as the UDP mode does not offer any error correction method and the TCP mode only uses the settings that desktop apps already use.
But recently I found this:
https://github.com/wangyu-/UDPspeeder
This guy made a UDP tunnel that send duplicated (or more or less) udp frames that allow for high packetloss comunications to suffer very little.
The trade off is a lower bandwidth.
I tested it and it works great.
Even shows how to use this with openvpn. And i used it with great success.
it is also highly configurable. So you can adapt the amount of duplication to the need of your network.
Is it possible to add something like this as a build in option on Openvpn in UDP mode?