Skip to content

Releases: wangyu-/tinyfecVPN

20230206.0

07 Feb 13:40
Compare
Choose a tag to compare

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

16 Jan 20:17
Compare
Choose a tag to compare

updated to lastest UDPspeeder library

20180820.0

20 Aug 17:26
Compare
Choose a tag to compare

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

04 Aug 00:51
Compare
Choose a tag to compare

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

24 Nov 17:29
Compare
Choose a tag to compare

20171108.0

08 Nov 09:44
edf1eaa
Compare
Choose a tag to compare

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

01 Nov 00:50
Compare
Choose a tag to compare

Implemented build-in mssfix.

20171031.0

31 Oct 01:34
Compare
Choose a tag to compare

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

20171029.0

29 Oct 15:15
Compare
Choose a tag to compare

Implemented NAT pipe keepalive feature.

20171028.0

28 Oct 16:42
08e1281
Compare
Choose a tag to compare

First release of tinyFecVPN.