Closed
Description
Following libp2p implementation in Go and go-ipfs supporting utp as a transport. @masylum has initiated the work to build the libp2p-utp shim that enables libp2p to use multiaddr instead of ip:port pairs and @mafintosh is working on the single uTP implementation available in JS
How can you help:
- Contributing to https://github.com/mafintosh/utp -> TODO: https://github.com/mafintosh/utp/blob/master/TODO
Reference links:
- Original uTP implementation (C++) - https://github.com/bittorrent/libutp
- Low Extra Delay Background Transport LEDBAT http://tools.ietf.org/html/rfc6817 (note: Details of the µTP implementation are different from Spec: http://forum.bittorrent.org/viewtopic.php?pid=753#p753 - currently being unable to access )