mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
8eb590e00c
PR: 196351 Differential Revision: D1593 Submitted by: Jan Beich Security: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-6129 While here, arrange for building a few of the small utilities bundled with library, and install them along with another potentially useful header-file. Sponsored by: http://libpipe.com/
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
|