tinyfecVPN

A VPN Designed for Lossy Links, with Build-in Forward Error Correction(FEC) Support. Improves your Network Quality on a High-latency Lossy Link.

MIT License

Stars
2.3K

Bot releases are hidden (Show)

tinyfecVPN - 20230206.0 Latest Release

Published by wangyu- over 1 year ago

update to latest UDPspeeder library.
bug fix: https://github.com/wangyu-/UDPspeeder/issues/290

(note: while UDPspeeder is cross-platform, tinyfecvpn is linux only.)

tinyfecVPN - 20210116.0

Published by wangyu- almost 4 years ago

updated to lastest UDPspeeder library

tinyfecVPN - 20180820.0

Published by wangyu- about 6 years ago

Added full ipv6 support (now ipv6 works both inside and outside vpn)

Added support for fine-grained fec parameter, for example -f 1:3,2:4,10:6,20:10, check UDPspeeder wiki for details.

Changed option --disable-mssfix to --mssfix <number>, --mssfix 0 is equal to the old --disable-mssfix

New option --persis-tun to create persistent tun devices without the help of additional programs.

tinyfecVPN - 20180803.0

Published by wangyu- about 6 years ago

New option --disable-checksum to save some performance, at the cost of not being able to detect some incorrect packets.

(other existing similiar options : --disable-obscure --disable-xor and even --disable-mssfix --disable-fec )

tinyfecVPN - 20171125.0

Published by wangyu- almost 7 years ago

sync UDPspeeder updates.

How to choose a binary for your device

tinyfecVPN - 20171108.0

Published by wangyu- almost 7 years ago

Do not drop packet after MTU exceeded in mode 1. Instead, just give a warning.

This behavior may be more friendly than the previous one.

tinyfecVPN - 20171101.1

Published by wangyu- almost 7 years ago

Implemented build-in mssfix.

tinyfecVPN - 20171031.0

Published by wangyu- almost 7 years ago

Changed default fec_mode and tun interface MTU.
Now, with the default setting, there shouldn‘t be any MTU related problem.

tinyfecVPN - 20171029.0

Published by wangyu- almost 7 years ago

Implemented NAT pipe keepalive feature.

tinyfecVPN - 20171028.0

Published by wangyu- almost 7 years ago

First release of tinyFecVPN.