Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 349 Bytes

framing_fixedlength.md

File metadata and controls

9 lines (6 loc) · 349 Bytes

The fixedlength framing function

The fixedlength peer stream framing function segments the peer stream into binary frames at fixed byte boundaries (for example, aggregating and then sending 32-byte fragments from the peer stream).

Configuration

The framing configuration string is simply the length of the segments to transmit in bytes.