mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
udpspeeder: Add new package udpspeeder to implement Forward Error Correction (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>
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
|
||||
config udpspeeder 'tunnel1'
|
||||
option enabled '1'
|
||||
option server '1'
|
||||
option mode '0'
|
||||
option local '0.0.0.0:4095'
|
||||
option remote '127.0.0.1:443'
|
||||
option disable_obscure '1'
|
||||
option fec '1:3,2:4,8:6,20:10'
|
||||
option fix_latency '1'
|
||||
|
||||
config udpspeeder 'tunnel2'
|
||||
option enabled '1'
|
||||
option server '1'
|
||||
option mode '0'
|
||||
option mtu '1250'
|
||||
option timeout '8'
|
||||
option local '0.0.0.0:4096'
|
||||
option remote '127.0.0.1:444'
|
||||
option report '10'
|
||||
option disable_obscure '1'
|
||||
option fec '1:3,2:4,8:6,20:10'
|
||||
option interval '0'
|
||||
option disable_fec '0'
|
||||
option sock_buf '1024'
|
||||
option log_level '4'
|
||||
option decode_buf '2000'
|
||||
option fix_latency '1'
|
||||
option queue_len '200'
|
||||
|
||||
Reference in New Issue
Block a user