bittorrent/libutp
uTorrent Transport Protocol library observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5949
- days_rel: n/a
- days_push: 1049
- n_releases_24m: 0
Adoption not part of the score
1159 stars · 266 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libutp is a C++ library implementing the uTorrent Transport Protocol (uTP), a TCP-like reliable transport over UDP based on LEDBAT congestion control (BEP-29). It exposes a callback-driven ANSI C89 API for event-based, low-extra-delay data transfer.
Use cases
- implement BitTorrent peer connections with uTP transport
- add LEDBAT-based low-delay reliable transfer over UDP to an application
- build event-driven networking without blocking socket calls
- transfer data between peers without saturating the user's link
- embed a reliable UDP protocol in a C or C++ application
When to choose
- you need reliable ordered delivery over UDP with minimal added delay
- you are building a BitTorrent client or P2P application
- you want a small embeddable C-API transport library
- you need LEDBAT congestion control to yield to other traffic
When to avoid
- you need a thread-safe socket API out of the box
- you require a stable, versioned API across upgrades
- you need general-purpose TCP replacement with TLS and rich features
- you want an actively developed project with frequent releases
Facets
library · maturity maintenance
networking concurrency developer-tools networking microservices cpp c windows cross-platform udp ledbat congestion-control transport-protocol bittorrent bep-29 p2p reliable-udp linux macos
2 sources
- readme: https://github.com/bittorrent/libutp · fetched 2026-08-28 · e8844ee925b4
- homepage: http://github.com/bittorrent/libutp · fetched 2026-08-29 · f45441d000bb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bittorrent/libutp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="bittorrent/libutp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem