mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 17:55:37 +00:00
deploy: efceb503a2
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ This library is at <a href="https://datatracker.ietf.org/doc/draft-ietf-quic-tra
|
||||
<h2><a class="header" href="#overview" id="overview">Overview</a></h2>
|
||||
<ul>
|
||||
<li><strong>quinn:</strong> High-level async API based on tokio, see for usage. This will be used by most developers. (Basic benchmarks are included.)</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <strong>no</strong> I/O internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <a href="https://sans-io.readthedocs.io/how-to-sans-io.html"><strong>no</strong> I/O</a> internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-h3:</strong> Contains an implementation of HTTP-3 and QPACK. It is split internally in a deterministic state machine and a tokio-based high-level async API.</li>
|
||||
<li><strong>bench:</strong> Benchmarks without any framework.</li>
|
||||
<li><strong>interop:</strong> Tooling that helps to run interoperability tests.</li>
|
||||
|
||||
+1
-1
@@ -191,7 +191,7 @@ This library is at <a href="https://datatracker.ietf.org/doc/draft-ietf-quic-tra
|
||||
<h2><a class="header" href="#overview" id="overview">Overview</a></h2>
|
||||
<ul>
|
||||
<li><strong>quinn:</strong> High-level async API based on tokio, see for usage. This will be used by most developers. (Basic benchmarks are included.)</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <strong>no</strong> I/O internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <a href="https://sans-io.readthedocs.io/how-to-sans-io.html"><strong>no</strong> I/O</a> internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-h3:</strong> Contains an implementation of HTTP-3 and QPACK. It is split internally in a deterministic state machine and a tokio-based high-level async API.</li>
|
||||
<li><strong>bench:</strong> Benchmarks without any framework.</li>
|
||||
<li><strong>interop:</strong> Tooling that helps to run interoperability tests.</li>
|
||||
|
||||
+1
-1
@@ -189,7 +189,7 @@ This library is at <a href="https://datatracker.ietf.org/doc/draft-ietf-quic-tra
|
||||
<h2><a class="header" href="#overview" id="overview">Overview</a></h2>
|
||||
<ul>
|
||||
<li><strong>quinn:</strong> High-level async API based on tokio, see for usage. This will be used by most developers. (Basic benchmarks are included.)</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <strong>no</strong> I/O internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-proto:</strong> Deterministic state machine of the protocol which performs <a href="https://sans-io.readthedocs.io/how-to-sans-io.html"><strong>no</strong> I/O</a> internally and is suitable for use with custom event loops (and potentially a C or C++ API).</li>
|
||||
<li><strong>quinn-h3:</strong> Contains an implementation of HTTP-3 and QPACK. It is split internally in a deterministic state machine and a tokio-based high-level async API.</li>
|
||||
<li><strong>bench:</strong> Benchmarks without any framework.</li>
|
||||
<li><strong>interop:</strong> Tooling that helps to run interoperability tests.</li>
|
||||
|
||||
Reference in New Issue
Block a user