1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-05 10:20:53 +02:00
go-micro/plugins/transport/utp
2021-01-20 21:01:10 +00:00
..
client.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
go.mod update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
go.sum update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
listener.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
README.md add all the plugins 2020-12-26 15:32:45 +00:00
socket.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
transport.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
utp_test.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
utp.go update v3 plugins (#2105) 2021-01-20 21:01:10 +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.