SkillAgentSearch skills...

Libudx

udx is reliable, multiplexed, and congestion-controlled streams over udp

Install / Use

/learn @holepunchto/Libudx
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

libudx

udx is reliable, multiplexed, and congestion-controlled streams over udp.

Building

https://github.com/holepunchto/bare-make is used for building static and dynamic libraries for use outside of Node.js.

bare-make generate
bare-make build

Debugging

When debugging native code, make sure to configure a debug build:

bare-make generate --debug

Memory errors

To diagnose and debug memory errors, such as leaks and use-after-free, the collection of sanitizers provided by LLVM are recommended. The sanitizers can be enabled by passing the --sanitize flag when generating the build system:

bare-make generate --debug --sanitize <address|memory|undefined|leak|thread>

To read more about the various sanitizers and how to use them, see:

License

Apache-2.0

View on GitHub
GitHub Stars75
CategoryDevelopment
Updated10d ago
Forks19

Languages

C

Security Score

95/100

Audited on Mar 22, 2026

No findings