1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-12 08:23:58 +02:00
go-micro/plugins/transport/utp
2020-12-29 15:49:26 +00:00
..
client.go add all the plugins 2020-12-26 15:32:45 +00:00
go.mod refactor all the things 2020-12-29 15:49:26 +00:00
go.sum refactor all the things 2020-12-29 15:49:26 +00:00
listener.go add all the plugins 2020-12-26 15:32:45 +00:00
README.md add all the plugins 2020-12-26 15:32:45 +00:00
socket.go add all the plugins 2020-12-26 15:32:45 +00:00
transport.go add all the plugins 2020-12-26 15:32:45 +00:00
utp_test.go add all the plugins 2020-12-26 15:32:45 +00:00
utp.go add all the plugins 2020-12-26 15:32:45 +00:00

uTP Transport

The uTP transport is a go-micro transport which makes use of github.com/anacrolix/utp

uTP is the Micro Transport Protocol an open UDP variant of the BitTorrent protocol.

The uTP transport in combination with STUN allows for peer to peer communication.