Skip to content

Commit 56d8abc

Browse files
committed
enhance Telegram Buffer doc
1 parent 138f8b7 commit 56d8abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/server/telegrambuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace comm {
1616
/**
1717
* @brief Implements Telegram Buffer as a wrapper over BytesArray
1818
*
19-
* It aggregates received bytes and return only well filled frames.
19+
* It aggregates received bytes and assists in extracting telegram frames ( @ref TelegramFrame ) from the raw byte buffer.
2020
*/
2121
class TelegramBuffer
2222
{

0 commit comments

Comments
 (0)