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
2021-11-11 14:03:34 +00:00
..
client.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
go.mod upgrade to go 1.17 (#2346) 2021-11-11 14:03:34 +00:00
go.sum upgrade to go 1.17 (#2346) 2021-11-11 14:03:34 +00:00
listener.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
README.md add all the plugins 2020-12-26 15:32:45 +00:00
socket.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
transport.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
utp_test.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
utp.go go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01: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.