Provide configuration of symbol unstuffing.

This commit is contained in:
Jared Boone 2015-09-26 14:37:59 -07:00
parent a00fcbaa8f
commit e9f28f9ef3
5 changed files with 25 additions and 4 deletions

View file

@ -30,7 +30,11 @@
class PacketBuilder {
public:
void configure(size_t new_payload_length);
void configure(
uint32_t unstuffing_pattern,
size_t unstuffing_length,
size_t new_payload_length
);
template<typename PayloadHandler>
void execute(