summaryrefslogtreecommitdiffstats
path: root/docs/rfc.txt
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 /docs/rfc.txt
parentb9d3b7ea9df409794eefe48ae1003e8444f519bb (diff)
downloadsolec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.tar.gz
solec-f66e28aa88a5f4176934001fa9e4967ddccde4a9.zip
[docs] Describe connection types
Diffstat (limited to 'docs/rfc.txt')
-rw-r--r--docs/rfc.txt29
1 files changed, 24 insertions, 5 deletions
diff --git a/docs/rfc.txt b/docs/rfc.txt
index a19de19..f9e8bca 100644
--- a/docs/rfc.txt
+++ b/docs/rfc.txt
@@ -1,7 +1,7 @@
SOLEC Working Group bt, Ed.
Internet-Draft RCTT.net
-Intended status: Experimental 10 April 2026
-Expires: 12 October 2026
+Intended status: Experimental 14 April 2026
+Expires: 16 October 2026
System of Lightweight Electronic Communication
@@ -209,9 +209,28 @@ Table of Contents
+-------+-----------+
| uint8 | ver_minor |
+-------+-----------+
+ | uint8 | conn_type |
+ +-------+-----------+
Table 4
+2.4.3.1. Connection types
+
+ conn_type specifies type of the connection. User connecting to
+ server should use 0x01. If connection is initialize between two
+ servers to exchange message connection type should be 0x02.
+ Depending on connection type different auth method will be used.
+
+ +======+==================+
+ | Type | Connection type |
+ +======+==================+
+ | 0x01 | User -> Server |
+ +------+------------------+
+ | 0x02 | Server -> Server |
+ +------+------------------+
+
+ Table 5
+
2.4.4. Auth
+========+==========+
@@ -222,7 +241,7 @@ Table of Contents
| string | password |
+--------+----------+
- Table 5
+ Table 6
2.4.5. Message
@@ -238,7 +257,7 @@ Table of Contents
| string | message_content |
+-----------+-----------------+
- Table 6
+ Table 7
2.4.6. Test
@@ -265,7 +284,7 @@ Table of Contents
| uint64 | num4 |
+-----------+-------+
- Table 7
+ Table 8
2.5. Sequential operations