mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
c13bb07171
2.update all mode. 3.add tidy tools |
||
---|---|---|
.. | ||
client.go | ||
go.mod | ||
go.sum | ||
listener.go | ||
README.md | ||
socket.go | ||
transport.go | ||
utp_test.go | ||
utp.go |
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.