libp2p / go-utp-transport

An implementation of a libp2p transport using utp
MIT License
12 stars 4 forks source link

go-utp-transport

Coverage Status Travis CI

A libp2p transport implementation for utp.

⚠️ Unmaintained ⚠️

This library is not currently maintained and isn't kept up-to-date with the latest go-libp2p releases. If you'd like to revive it, please fork it, get it working again, and start a discussion on https://discuss.libp2p.io/.

However, if you're just looking for a UDP-based libp2p transport, try QUIC. It's better in just about every way (1RTT handshake, built-in stream multiplexing with no head of line blocking, etc.).

Table of Contents

Install

make install

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Jeromy Johnson