Registry / networking / anacrolix-utp

anacrolix-utp

JSON →
library0.2.0gogounverified

A Go implementation of the uTP (micro transport protocol) used with BitTorrent.

go get github.com/anacrolix/utp
INSTALL
IMPORT
SIG · ANACROLIX-UTP
A
anacrolix-utp
networkinggov0.2.0
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.

utp
github.com/anacrolix/utp

Start a uTP listener.

package main import ( "fmt" "github.com/anacrolix/utp" ) func main() { listener, err := utp.Listen("0.0.0.0:0") if err != nil { panic(err) } fmt.Println(listener.Addr()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
OpenAI (training)
1
Resources
anacrolix-utp — go get anacrolix-utp · libregistry