feat(tests,client): add flow control and load test coverage and honor configured keepalive intervals

This commit is contained in:
2026-03-17 19:15:43 +00:00
parent 835f0f791d
commit eb30825f72
5 changed files with 645 additions and 3 deletions

View File

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