Skip to content

Commit

Permalink
deploy: 2abe713
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton committed Oct 25, 2024
1 parent 560e5fb commit 9f9aa8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -8476,7 +8476,7 @@ <h1 id="brotli-channel-compression"><a class="header" href="#brotli-channel-comp
<p>Fjord introduces a new versioned channel encoding format to support alternate compression
algorithms, with the <a href="protocol/fjord/../derivation.html#channel-format">legacy channel format</a> remaining supported. The
versioned format is as follows:</p>
<pre><code class="language-text">channel_encoding = `channel_version_byte ++ compress(rlp_batches)`
<pre><code class="language-text">channel_encoding = channel_version_byte ++ compress(rlp_batches)
</code></pre>
<p>The <code>channel_version_byte</code> must never have its 4 lower order bits set to <code>0b1000 = 8</code> or <code>0b1111 = 15</code>, which are reserved for usage by the header byte of zlib encoded data (see page 5 of
<a href="https://www.rfc-editor.org/rfc/rfc1950.html">RFC-1950</a>). This allows a channel decoder to determine if a channel encoding is legacy or
Expand Down
2 changes: 1 addition & 1 deletion protocol/fjord/derivation.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h1 id="brotli-channel-compression"><a class="header" href="#brotli-channel-comp
<p>Fjord introduces a new versioned channel encoding format to support alternate compression
algorithms, with the <a href="../derivation.html#channel-format">legacy channel format</a> remaining supported. The
versioned format is as follows:</p>
<pre><code class="language-text">channel_encoding = `channel_version_byte ++ compress(rlp_batches)`
<pre><code class="language-text">channel_encoding = channel_version_byte ++ compress(rlp_batches)
</code></pre>
<p>The <code>channel_version_byte</code> must never have its 4 lower order bits set to <code>0b1000 = 8</code> or <code>0b1111 = 15</code>, which are reserved for usage by the header byte of zlib encoded data (see page 5 of
<a href="https://www.rfc-editor.org/rfc/rfc1950.html">RFC-1950</a>). This allows a channel decoder to determine if a channel encoding is legacy or
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9f9aa8d

Please sign in to comment.