fix(rust-userspace-nat): improve TCP session backpressure, buffering, and idle cleanup in userspace NAT

This commit is contained in:
2026-03-31 08:58:27 +00:00
parent fe9c693ac8
commit 99a8a29ff1
3 changed files with 103 additions and 49 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.16.4',
version: '1.16.5',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}