Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9af5d19 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Aug 28, 2024
1 parent 20110a8 commit e09d771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-guide/ci.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h4 id="concurrency-permutation-tests"><a class="header" href="#concurrency-perm
<h2 id="interoperability"><a class="header" href="#interoperability">Interoperability</a></h2>
<p>The <a href="https://github.com/marten-seemann/quic-interop-runner">quic-interop-runner</a> defines a suite of test cases that ensure compatibility between QUIC implementations. <code>s2n-quic</code> publishes <a href="https://dnglbrstg7yg.cloudfront.net/latest/interop/index.html">a report</a> with the results.</p>
<h2 id="compliance"><a class="header" href="#compliance">Compliance</a></h2>
<p><code>s2n-quic</code> annotates source code with inline references to requirements in <a href="https://www.ietf.org/process/rfcs/">IETF RFC</a> specifications. <a href="https://github.com/awslabs/duvet">Duvet</a> is used to generate <a href="https://dnglbrstg7yg.cloudfront.net/latest/interop/index.html">a report</a>, which makes it easy to track compliance with each requirement.</p>
<p><code>s2n-quic</code> annotates source code with inline references to requirements in <a href="https://www.ietf.org/process/rfcs/">IETF RFC</a> specifications. <a href="https://github.com/awslabs/duvet">Duvet</a> is used to generate <a href="https://dnglbrstg7yg.cloudfront.net/latest/compliance.html">a report</a>, which makes it easy to track compliance with each requirement.</p>
<h2 id="simulations"><a class="header" href="#simulations">Simulations</a></h2>
<p>A Monte Carlo simulation tool is used to execute thousands of randomized simulations of <code>s2n-quic</code> that vary one or more network variables, such as bandwidth, jitter, and round trip time. The <a href="https://dnglbrstg7yg.cloudfront.net/latest/sim/index.html">report output</a> provides a visual representation of the relationship between the input variables and overall performance.</p>
<p>A loss recovery simulation tool plots the growth of the congestion window over time under various simulated loss scenarios and publishes the results in <a href="https://dnglbrstg7yg.cloudfront.net/latest/recovery-simulations/index.html">a report</a> to visualize changes to the congestion control algorithm.</p>
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h4 id="concurrency-permutation-tests"><a class="header" href="#concurrency-perm
<h2 id="interoperability"><a class="header" href="#interoperability">Interoperability</a></h2>
<p>The <a href="https://github.com/marten-seemann/quic-interop-runner">quic-interop-runner</a> defines a suite of test cases that ensure compatibility between QUIC implementations. <code>s2n-quic</code> publishes <a href="https://dnglbrstg7yg.cloudfront.net/latest/interop/index.html">a report</a> with the results.</p>
<h2 id="compliance"><a class="header" href="#compliance">Compliance</a></h2>
<p><code>s2n-quic</code> annotates source code with inline references to requirements in <a href="https://www.ietf.org/process/rfcs/">IETF RFC</a> specifications. <a href="https://github.com/awslabs/duvet">Duvet</a> is used to generate <a href="https://dnglbrstg7yg.cloudfront.net/latest/interop/index.html">a report</a>, which makes it easy to track compliance with each requirement.</p>
<p><code>s2n-quic</code> annotates source code with inline references to requirements in <a href="https://www.ietf.org/process/rfcs/">IETF RFC</a> specifications. <a href="https://github.com/awslabs/duvet">Duvet</a> is used to generate <a href="https://dnglbrstg7yg.cloudfront.net/latest/compliance.html">a report</a>, which makes it easy to track compliance with each requirement.</p>
<h2 id="simulations"><a class="header" href="#simulations">Simulations</a></h2>
<p>A Monte Carlo simulation tool is used to execute thousands of randomized simulations of <code>s2n-quic</code> that vary one or more network variables, such as bandwidth, jitter, and round trip time. The <a href="https://dnglbrstg7yg.cloudfront.net/latest/sim/index.html">report output</a> provides a visual representation of the relationship between the input variables and overall performance.</p>
<p>A loss recovery simulation tool plots the growth of the congestion window over time under various simulated loss scenarios and publishes the results in <a href="https://dnglbrstg7yg.cloudfront.net/latest/recovery-simulations/index.html">a report</a> to visualize changes to the congestion control algorithm.</p>
Expand Down

0 comments on commit e09d771

Please sign in to comment.