Registry / networking / udt
library4.11vcpkgunverified

UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks.

vcpkg install udt
INSTALL
IMPORT
SIG · UDT
U
udt
networkingcppv4.11
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.

udt.h
#include <udt.h>

Create and close a UDT socket

#include <udt.h> #include <iostream> int main() { UDTSOCKET client = UDT::socket(AF_INET, SOCK_STREAM, 0); std::cout << "UDT socket created" << std::endl; UDT::close(client); return 0; }
Debug
Known issues
gotchaUDT requires linking against the UDT library; header-only usage is not supported.
fix
Ensure target_link_libraries includes UDT::UDT.
affects: *
Upgrade
Version history
4.11latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

udt — pip install udt · libregistry