Commit 78974cb6 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add build instruction

parent c24c7ffa
...@@ -16,6 +16,21 @@ An experimental high level C++ library is also available. ...@@ -16,6 +16,21 @@ An experimental high level C++ library is also available.
We have Python bindings of this library, but we do not have full We have Python bindings of this library, but we do not have full
code coverage yet. code coverage yet.
h2load IETF QUIC
----------------
In order to build h2load with IETF QUIC, you have to build ngtcp2,
nghttp3 and my patched OpenSSL.
https://github.com/ngtcp2/ngtcp2#build-from-git describes how to build
these three software.
To run h2load against IETF QUIC server, specify h3-20 ALPN with
``--npn-list`` option like so:
.. code-block:: text
$ h2load --npn-list h3-20 https://localhost:4433
Development Status Development Status
------------------ ------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment