Registry / networking / liblsquic

liblsquic

JSON →
library3.3.2vcpkgunverified

An implementation of the QUIC and HTTP/3 protocols.

vcpkg install liblsquic
INSTALL
IMPORT
SIG · LIBLSQUIC
L
liblsquic
networkingcppv3.3.2
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.

lsquic.h
#include <lsquic.h>

Create and destroy a QUIC engine

#include <lsquic.h> #include <iostream> int main() { lsquic_engine_api engine_api = {}; lsquic_engine *engine = lsquic_engine_new(0, &engine_api); if (engine) std::cout << "QUIC engine created\n"; lsquic_engine_destroy(engine); return 0; }
Debug
Known issues
gotchaRequires linking with libssl and libcrypto from OpenSSL
fix
Ensure OpenSSL is installed and linked (find_package(OpenSSL) and target_link_libraries(... OpenSSL::SSL OpenSSL::Crypto))
affects: *
Upgrade
Version history
3.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

liblsquic — pip install liblsquic · libregistry