Features
- #570 Multi-architecture Docker image for release
- Replaced
futures::future::abortable
withtokio
's builtintokio::task::JoinHandle::abort
- Define binaries' exit code with standard in
sysexits.h
- HTTP local listener supports
TCP_NODELAY
,SO_KEEPALIVE
and dual-stack
Bug Fixed
- #577
ssmanager
andssserver
command line argument-u
should overwritemode
to beMode::UdpOnly
- #566 Exit with error code instead of
panic!
when loading ACL fails - #555 Properly handling
EINPROGRESS
for TFO connect when falling backs - #557 Properly killing UDP associations, which may cause
Future
(memory) leaks
Security
- #556 Remove slient dropping when replay was detected