From 7a1b8a0fefe9a2a0fae6289195e2936ec9c17000 Mon Sep 17 00:00:00 2001 From: cbdev Date: Thu, 20 Jun 2019 15:23:45 +0200 Subject: Implement fixedlength framing --- plugins/framing_fixedlength.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/framing_fixedlength.md (limited to 'plugins/framing_fixedlength.md') diff --git a/plugins/framing_fixedlength.md b/plugins/framing_fixedlength.md new file mode 100644 index 0000000..bd095c4 --- /dev/null +++ b/plugins/framing_fixedlength.md @@ -0,0 +1,9 @@ +# 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. -- cgit v1.2.3