Registry / networking / kcp
library1.7.1vcpkgunverified

A fast and reliable ARQ protocol

vcpkg install kcp
INSTALL
IMPORT
SIG · KCP
K
kcp
networkingcppv1.7.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.

ikcp.h
#include <ikcp.h>

Initialize and use KCP protocol

#include "ikcp.h" #include <cstring> int main() { ikcpcb *kcp = ikcp_create(0x1234, nullptr); ikcp_setoutput(kcp, [](const char *buf, int len, ikcpcb *kcp, void *user) -> int { return len; // Simulate sending }); ikcp_update(kcp, 1000); ikcp_release(kcp); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

kcp — pip install kcp · libregistry