Skip to content

Commit

Permalink
Mention framing.
Browse files Browse the repository at this point in the history
  • Loading branch information
caladri committed May 2, 2015
1 parent 94ea015 commit e1672aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xcodec/xcodec_pipe_pair.cc
Expand Up @@ -580,6 +580,12 @@ XCodecPipePair::encoder_consume(Buffer *buf)
* since at worst we double the size of data, and that way we
* can ensure that each frame is self-contained!
*
* Here we should also be doing protocol-aware framing. Have
* a protocol subsystem which will taste if this is the first
* few frames, until it works out what framing policy to use.
* It could also decide to rewrite data in safe ways, rather
* than just do framing.
*
* XXX
* This needs to include a checksum of the decoded data, and
* we need a way to negotiate the resulting ASK/LEARN work, or
Expand Down

0 comments on commit e1672aa

Please sign in to comment.