Skip to content

anacrolix/utp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 19, 2023
a62b816 · May 19, 2023
Oct 12, 2015
Mar 25, 2015
May 30, 2016
Feb 27, 2017
Apr 29, 2016
May 31, 2017
May 28, 2016
Mar 1, 2017
May 19, 2023
May 19, 2023
May 31, 2016
May 31, 2016
Jun 1, 2016
Oct 14, 2015
May 29, 2016
Feb 19, 2018
Aug 26, 2017
Apr 19, 2016
May 29, 2016
Feb 16, 2018
Feb 19, 2018

Repository files navigation

utp

GoDoc CircleCI

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.