From f66e28aa88a5f4176934001fa9e4967ddccde4a9 Mon Sep 17 00:00:00 2001 From: bt Date: Wed, 8 Apr 2026 15:31:58 +0200 Subject: [docs] Describe connection types --- solec.ksy | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'solec.ksy') 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: -- cgit v1.2.3