Releases: wangyu-/udp2raw
20180111.1
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
Fixed a possible timer issue.
20171123.1
Fix the problem of program exiting after recovered from system suspension.
20171111.0
Heartbeat failure detection improvement.
New option --hb-len
.
Suggested to upgrade.
20171108.0
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
Fixed a bug of fd resource not released after changing port, at client side. Its suggested to upgrade.
Code re-factor.
20171024.0
Allow to send commands to the running process by using a fifo(named pipe).
Check --fifo
option in readme.md for details.
20170918.0
improved AES and md5 performance.
20170917.0
fixed bug of -g
option, -g
generated an invalid iptables rule.
20170911.0
fixed a bug which may cause server hangup for a while(rare,only on server side).