Features
- #1922
local-tun
: Enable congestion control algorithm for TCP connections - #1923
local-tun
: Disable TCP package receive checksum for improving performance local-tun
: Buffer for receiving/sending packets from/totun
device are cached globally
Bug Fixes
- #1929
outbound_bind_addr
for UDP sockets failed tobind()
if it is an IPv4 address - Double check IPSK key length (AEAD-2022) when reading from configuration file
What's Changed
- fix(deps): update rust crate time to v0.3.41 by @renovate in #1924
- Apply outbound_bind_addr to UDP traffic in ssserver by @luujenn in #1929
- chore(deps): bump openssl from 0.10.71 to 0.10.72 in the cargo group by @dependabot in #1931
- chore: clippy fix by @AaronChen0 in #1933
- fix(deps): update rust crate tokio to v1.44.2 by @renovate in #1932
- chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in the cargo group by @dependabot in #1935
- fix: fixed build on android by @AaronChen0 in #1936
- fix(deps): update rust crate clap to v4.5.36 by @renovate in #1937
- fix(deps): update rust crate brotli to v8 by @renovate in #1939
New Contributors
Full Changelog: v1.23.0...v1.23.1