Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Therefore, the raw buffer is a single data buffer where only one message is popp
![](./imgs/best_effort_stream.svg)

On the other hand, reliable streams contain multiple messages which are popped/pushed according to the reliable communication protocol described in the DDS-XRCE specification.
It is achieved splitting the raw buffer into chucks, each of which each contains a single message.
It is achieved by splitting the raw buffer into chunks, each of which contains a single message.

![](./imgs/reliable_strea.svg)

Expand Down