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 Feb 2, 2024
1 parent 577bc95 commit caddabd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/cannelloni_tcp_flow.svg
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.svg)

## CAN FD

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

0 comments on commit caddabd

Please sign in to comment.