Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Jan 7, 2021
1 parent fd00fee commit 9ea426b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/not-so-smart/decoder.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
We define a "packet line" (aka a "packet") as
| 4 bytes || (pkt-len)-4 |
[ enc-pkt-len ][ pkt-content ]
| 4 bytes || (enc-pkt-len)-4 |
[ enc-pkt-len ][ pkt-content ]
|------- pkt-len ------|
Example: "0009done\n" where [enc-pkt-len = 4] and [pkt-content = "done"] given we
Expand Down

0 comments on commit 9ea426b

Please sign in to comment.