mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
# libutp - The uTorrent Transport Protocol library.
|
|
Copyright (c) 2010 BitTorrent, Inc.
|
|
|
|
uTP provides provides reliable, ordered delivery while maintaining
|
|
minimum extra delay. It is implemented on top of UDP to be
|
|
cross-platform and functional today. As a result, uTP is the primary
|
|
transport for uTorrent peer-to-peer connections.
|
|
|
|
uTP is written in C++, but the external interface is strictly C
|
|
(ANSI C89).
|
|
|
|
WWW: https://github.com/bittorrent/libutp
|