Registry / networking / ngtcp2

ngtcp2

JSON →
library1.22.1vcpkgunverified

ngtcp2 project is an effort to implement RFC9000 QUIC protocol.

vcpkg install ngtcp2
INSTALL
IMPORT
SIG · NGTCP2
N
ngtcp2
networkingcppv1.22.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ngtcp2/ngtcp2.h
✓ #include <ngtcp2/ngtcp2.h>

Print ngtcp2 library version

#include <ngtcp2/ngtcp2.h> #include <iostream> int main() { ngtcp2_version(); std::cout << "ngtcp2 version: " << ngtcp2_version() << std::endl; return 0; }
Debug
Known issues
gotchaRequires OpenSSL for TLS and cryptography support
fix
Link against OpenSSL::SSL and OpenSSL::Crypto when using ngtcp2
affects: *
Upgrade
Version history
1.22.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

ngtcp2 — pip install ngtcp2 · libregistry