summaryrefslogtreecommitdiffstats
path: root/solec.ksy
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-04-08 15:31:58 +0200
committerbt <bt@rctt.net>2026-04-14 22:16:45 +0200
commitf66e28aa88a5f4176934001fa9e4967ddccde4a9 (patch)
tree12506a815a2c67ec412fa2b4b8efe3f8a0833a21 /solec.ksy
parentb9d3b7ea9df409794eefe48ae1003e8444f519bb (diff)
downloadsolec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.tar.gz
solec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.zip
[docs] Describe connection types
Diffstat (limited to 'solec.ksy')
-rw-r--r--solec.ksy8
1 files changed, 8 insertions, 0 deletions
diff --git a/solec.ksy b/solec.ksy
index 2a4a346..7117413 100644
--- a/solec.ksy
+++ b/solec.ksy
@@ -35,6 +35,11 @@ enums:
error_type:
0x01: auth_failed
+ 0x02: not_found
+
+ conn_type:
+ 0x01: user_conn
+ 0x02: server_conn
types:
string:
@@ -67,6 +72,9 @@ types:
type: u1
- id: proto_ver_minor
type: u1
+ - id: conn_type
+ type: u1
+ enum: conn_type
auth:
seq: