mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 08:33:54 +08:00
Conflicts: Gopkg.lock pkg/appsrv/appsrv.go pkg/cloudcommon/options.go pkg/compute/models/hosts.go pkg/compute/models/quotas.go pkg/compute/service/service.go pkg/mcclient/mcclient.go
18 lines
778 B
Markdown
18 lines
778 B
Markdown
# utp
|
|
[](https://godoc.org/github.com/anacrolix/utp)
|
|
[](https://circleci.com/gh/anacrolix/utp)
|
|
|
|
Package utp implements uTP, the micro transport protocol as used with Bittorrent. It opts for simplicity and reliability over strict adherence to the (poor) spec.
|
|
|
|
## Supported
|
|
|
|
* Multiple uTP connections switched on a single PacketConn, including those initiated locally.
|
|
* Raw access to the PacketConn for non-uTP purposes, like sharing the PacketConn with a DHT implementation.
|
|
|
|
## Implementation characteristics
|
|
|
|
* There is no MTU path discovery.
|
|
* A fixed 64 slot selective ack window is used in both sending and receiving.
|
|
|
|
Patches welcomed.
|