UDPspeeder

A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction, possible for All Traffics(TCP/UDP/ICMP)

MIT License

Stars
4.7K

Bot releases are hidden (Show)

UDPspeeder - 20230206.0 Latest Release

Published by wangyu- over 1 year ago

Fix bug in https://github.com/wangyu-/UDPspeeder/issues/290.
Add macOS m1/m2 build (speederv2_mac_m1)

UDPspeeder - 20210116.0

Published by wangyu- almost 4 years ago

Added a warning when you send huge packets to UDPspeeder and packets are being truncated.

(to fix the problem/confusion mentioned in https://github.com/wangyu-/UDPspeeder/issues/259 )

UDPspeeder - 20200818.1

Published by wangyu- about 4 years ago

Temporary fix for Issue 262.

UDPspeeder - 20200714.0

Published by wangyu- over 4 years ago

  1. fix --key option (the longer form of -k) not working: https://github.com/wangyu-/UDPspeeder/issues/244

  2. merged pull request: https://github.com/wangyu-/UDPspeeder/pull/227.
    new options --out-addr --out-interface.

UDPspeeder - 20190121.0

Published by wangyu- over 5 years ago

Suppressed a warning log mentioned in #171

UDPspeeder - 20180806.0

Published by wangyu- about 6 years ago

Added ipv6 support.

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

(windows and linux binaries are provided; for mac user, plz compile by yourself)

UDPspeeder - 20180620.0

Published by wangyu- over 6 years ago

Add support for Windows and MacOS

speederv2_macOS.zip
speederv2_windows.zip

Windows/MacOS version has been released.
Windows/MacOS版已发布。

For linux users use the binaries in last release.
Linux用户请用上一个release中的binaries.

UDPspeeder - 20180522.0

Published by wangyu- over 6 years ago

Fixed problem of --interval (the long verion of -i) doesn't work.

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

Fixed a possible timer issue.

How to choose a binary for your device

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

Changed default mode to --mode 0 .

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

Increased UDP connection timeout to 180s.

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

Increased UDP connection timeout to 180s.

Fixed a MTU issue when -f xxx:0 is used. Only affects -f xxx:0.

UDPspeeder - [email protected]

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.

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

Now you can change fec parameter dynamically while programm is running, with the new --fifo option. Check readme.md for details.

UDPspeeder - [email protected]

Published by wangyu- almost 7 years ago

fixed -q option

UDPspeeder - [email protected]

Published by wangyu- about 7 years ago

First release of UDPspeeder v2

UDPspeeder - [email protected]

Published by wangyu- about 7 years ago

allow dup_delay=0. 允许设置dup_delay=0来关掉延迟发包的功能,并对dup_delay=0做了一些额外优化。

==提示==
至于选哪个binary,参考udp2raw的这个连接的getting started部分(跟UDPspeeder几乎是一样的):
https://github.com/wangyu-/udp2raw-tunnel/wiki/how-to-choose-a-binary-for-your-device

UDPspeeder - 20170910.0

Published by wangyu- about 7 years ago

Added new targets.添加了新的target.

Changed to static compilation.切换到了静态编译.

UDPspeeder - 20170816.0

Published by wangyu- about 7 years ago

Added binary for arm cpu based android device(speeder_arm).

UDPspeeder - 20170813.0

Published by wangyu- about 7 years ago

added armv7 raspberrypi binary