A libp2p transport implementation for udp.
go-udp-transport is a standard Go module which can be installed with:
go get github.com/libp2p/go-udp-transport
This module is packaged with Gx. In order to use it in your own project it is recommended that you:
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import github.com/libp2p/go-udp-transport
gx install --global
gx-go --rewrite
See https://godoc.org/github.com/libp2p/go-udp-transport
PRs are welcome!
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT