Registry / networking / enet
library1.3.18vcpkgunverified

Reliable UDP networking library.

vcpkg install enet
INSTALL
IMPORT
SIG · ENET
E
enet
networkingcppv1.3.18
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.

enet/enet.h
#include <enet/enet.h>

Initialize ENet, create a client host, and clean up.

#include <enet/enet.h> int main() { enet_initialize(); ENetHost* client = enet_host_create(nullptr, 1, 2, 0, 0); enet_host_destroy(client); enet_deinitialize(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

enet — pip install enet · libregistry