fix(rust-nat): defer TCP bridge startup until handshake completion and buffer partial NAT socket writes

This commit is contained in:
2026-03-31 03:21:04 +00:00
parent ef5856bd3a
commit 667e5ff3de
3 changed files with 118 additions and 19 deletions

View File

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