TinyfecVPN Versions Save

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

20230206.0

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.)

20210116.0

3 years ago

updated to lastest UDPspeeder library

20180820.0

5 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.

20180803.0

5 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 )

20171125.0

6 years ago

sync UDPspeeder updates.

How to choose a binary for your device

20171108.0

6 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.

20171101.1

6 years ago

Implemented build-in mssfix.

20171031.0

6 years ago

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

20171029.0

6 years ago

Implemented NAT pipe keepalive feature.

20171028.0

6 years ago

First release of tinyFecVPN.