Releases: wangyu-/UDPspeeder
v2@20171118.0
Increased UDP connection timeout to 180s.
Fixed a MTU issue when -f xxx:0
is used. Only affects -f xxx:0
.
v1@20171116.0
Increased UDP connection timeout to 180s.
v2@20171108.0
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.
v2@20171025.0
Now you can change fec parameter dynamically while programm is running, with the new --fifo
option. Check readme.md for details.
v2@20171021.0
fixed -q
option
v2@20171020.0
First release of UDPspeeder v2
v1@20170927.0
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
20170910.0
Added new targets.添加了新的target.
Changed to static compilation.切换到了静态编译.
20170816.0
Added binary for arm cpu based android device(speeder_arm).
20170813.0
added armv7 raspberrypi binary