BCNP 3.2.1
Batched Command Network Protocol
Loading...
Searching...
No Matches
stream_parser.cpp File Reference

Implementation of the BCNP stream parser. More...

#include "bcnp/stream_parser.h"
#include <algorithm>
#include <cstring>
Include dependency graph for stream_parser.cpp:

Go to the source code of this file.

Namespaces

namespace  bcnp
 

Detailed Description

Implementation of the BCNP stream parser.

Handles byte stream reassembly, packet framing, CRC validation, and error recovery for incoming BCNP data. Uses a ring buffer for efficient handling of partial packets and network fragmentation.

Definition in file stream_parser.cpp.