client-interface-cleanup (#6)

Refactoring and code cleanup. Improved client command interface.
This commit is contained in:
2025-09-17 08:00:12 +00:00
parent 75c7c2d3d9
commit 3d93c0206c
14 changed files with 349 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ const (
controlCipherOverhead = 16
dataCipherOverhead = 16
signOverhead = 64
signingOverhead = 64
pingInterval = 8 * time.Second
timeoutInterval = 30 * time.Second