diff --git a/README.rst b/README.rst index 745f4c12..9a0af72f 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,12 @@ following libraries are required: * `ngtcp2 `_ * `nghttp3 `_ +In order to build optional eBPF program to direct an incoming QUIC UDP +datagram to a correct socket for nghttpx, the following libraries are +required: + +* libbpf-dev + Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8 is known to be adequate. In order to compile the C++ source code, gcc >= 6.0 or clang >= 6.0 is required. C++ source code requires C++14