2016-04-21 22:33:32 +10:00
2016-04-19 10:26:44 +10:00
2016-04-19 10:26:44 +10:00
2015-03-25 17:36:14 +11:00
2015-10-14 11:08:48 +11:00
2015-10-02 14:47:26 +10:00
2016-04-19 17:45:11 +10:00
2016-04-21 22:33:32 +10:00
2016-04-19 11:27:05 +10:00
2016-04-21 22:33:32 +10:00
2016-04-21 22:33:32 +10:00

utp

GoDoc Build Status

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

  • Receive window size is used to limit out of order packets received.
  • There is no MTU path discovery. The minimum size is always used.
  • A fixed 64 slot selective ack window is used in both sending and receiving.
  • All received non-ACK packets are ACKed in response.

Patches welcomed.

S
Description
Implements uTP, the micro transport protocol as used with Bittorrent
Readme MPL-2.0 354 KiB
Languages
Go 100%