Registry / networking / anacrolix-go-libutp

anacrolix-go-libutp

JSON →
library1.4.0gogounverified

A Go implementation of the uTP (micro Transport Protocol) used in BitTorrent.

go get github.com/anacrolix/go-libutp
INSTALL
IMPORT
SIG · ANACROLIX-GO-LIBUT
A
anacrolix-go-libutp
networkinggov1.4.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.

libutp
github.com/anacrolix/go-libutp

Creates a new uTP socket listening on a random UDP port.

package main import ( "fmt" "github.com/anacrolix/go-libutp" ) func main() { sock, _ := libutp.NewSocket("udp", ":0") defer sock.Close() fmt.Println("Socket created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
Amazon
1
OpenAI (training)
1
Resources
anacrolix-go-libutp — go get anacrolix-go-libutp · libregistry