Skip to content

Commit

Permalink
Update rpctransportlayer.md better 'data' description
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jan 23, 2024
1 parent 19a66dc commit 99b1f90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rpctransportlayer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RPC transport layer

RPC messages can be transmitted over different layers. What they have in common
is that they transfer messages in the following format:
is that they transfer messages `data` in the following format:

```
+--------+-------------+
Expand Down Expand Up @@ -38,9 +38,9 @@ data it should expect to receive. Message length is encoded as Chainpack
unsigned integer.

```
+--------+--------------+
| length | message data |
+--------+--------------+
+--------+------+
| length | data |
+--------+------+
```

The transport error is detected if there is no byte received from other side for
Expand Down

0 comments on commit 99b1f90

Please sign in to comment.