aboutsummaryrefslogtreecommitdiff
path: root/net/udpspeeder/files
Commit message (Collapse)AuthorAge
* udpspeeder: add key optionTan Xiaofan2022-06-09
| | | | Signed-off-by: Tan Xiaofan <xfan1024@live.com>
* udpspeeder: Add new package udpspeeder to implement Forward Error Correction ↵Nishant Sharma2020-11-11
(FEC) for UDP VPNs like OpenVPN Maintainer: @codemarauder Compile tested: Yes Run tested: x86_64 PCEngines APU Description: A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction,for All Traffics(TCP/UDP/ICMP) It does it by sending redundant packets and re-arranging them to account for packet loss over the link. It uses Reed–Solomon code. Signed-off-by: Nishant Sharma <codemarauder@gmail.com>