diff options
| author | bt <bt@rctt.net> | 2026-04-08 15:31:58 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-04-14 22:16:45 +0200 |
| commit | f66e28aa88a5f4176934001fa9e4967ddccde4a9 (patch) | |
| tree | 12506a815a2c67ec412fa2b4b8efe3f8a0833a21 /solec.ksy | |
| parent | b9d3b7ea9df409794eefe48ae1003e8444f519bb (diff) | |
| download | solec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.tar.gz solec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.zip | |
[docs] Describe connection types
Diffstat (limited to 'solec.ksy')
| -rw-r--r-- | solec.ksy | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |
