Skip to content

Releases: wangyu-/udp2raw

20180111.1

12 Jan 00:38
Compare
Choose a tag to compare

Fix iptables lock failure for -a option when multiple udp2raw instances are used.

To enable this feature, use new option--wait-lock. Need iptables v1.4.20 or above.

20171125.0

24 Nov 17:24
Compare
Choose a tag to compare

Fixed a possible timer issue.

How to choose a binary for your device

20171123.1

23 Nov 15:41
Compare
Choose a tag to compare

Fix the problem of program exiting after recovered from system suspension.

20171111.0

11 Nov 07:24
Compare
Choose a tag to compare

Heartbeat failure detection improvement.
New option --hb-len.

Suggested to upgrade.

20171108.0

08 Nov 09:26
Compare
Choose a tag to compare

Increase heartbeat failure detection sensitivity.
(the previous failure detection turns out to be too conservative,and sometimes you had to perform a manual reconnect)

20171103.0

03 Nov 06:09
Compare
Choose a tag to compare

Fixed a bug of fd resource not released after changing port, at client side. Its suggested to upgrade.

Code re-factor.

how to choose a binary for your device

20171024.0

24 Oct 14:29
Compare
Choose a tag to compare

Allow to send commands to the running process by using a fifo(named pipe).

Check --fifo option in readme.md for details.

20170918.0

18 Sep 13:36
Compare
Choose a tag to compare

improved AES and md5 performance.

how to choose a binary for your device

20170917.0

17 Sep 14:33
Compare
Choose a tag to compare

fixed bug of -g option, -g generated an invalid iptables rule.

how to choose a binary for your device

20170911.0

11 Sep 15:02
Compare
Choose a tag to compare

fixed a bug which may cause server hangup for a while(rare,only on server side).

how to choose a binary for your device