mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
f549e38b77
- move to the net-p2p category - change PORTNAME to libutp from bittorrent-libutp - switch to transmissions upstream - switch to using cmake - take maintainership. The port is clearly abbandoned Reported by: Vasileios Kalampakas <stoneforger@gmail.com>
11 lines
410 B
Plaintext
11 lines
410 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).
|