Skip to content

Commit

Permalink
📝: add tcp flow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner committed Jan 27, 2024
1 parent 577bc95 commit 06d3ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added doc/cannelloni_tcp_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions doc/tcp_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Be aware that a frame might be complete after just the `len` information. You ca
for a state-machine based decoder for streams and `parser.cpp` for a general code to encode
frames.

![flow diagram](./cannelloni_tcp_flow.png)

## CAN FD

CAN FD frames are marked with the MSB of `len` being
Expand Down

0 comments on commit 06d3ba7

Please sign in to comment.