Add build instruction

This commit is contained in:
Tatsuhiro Tsujikawa 2019-06-10 21:33:46 +09:00
parent c24c7ffa06
commit 78974cb60b
1 changed files with 15 additions and 0 deletions

View File

@ -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
------------------ ------------------