Skip to content
/ utp Public

μTP (Micro Transport Protocol) implementation in Golang

License

Notifications You must be signed in to change notification settings

h2so5/utp

Repository files navigation

utp

μTP (Micro Transport Protocol) implementation

Build status Build Status GoDoc

http://www.bittorrent.org/beps/bep_0029.html

Installation

go get github.com/h2so5/utp

Debug Log

Use GO_UTP_LOGGING to show debug logs.

GO_UTP_LOGGING=0 go test  <- default, no logging
GO_UTP_LOGGING=1 go test
GO_UTP_LOGGING=2 go test
GO_UTP_LOGGING=3 go test
GO_UTP_LOGGING=4 go test  <- most verbose

About

μTP (Micro Transport Protocol) implementation in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published