1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: udt
Maintainer: Jon Bernard <jbernard@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/udt
Vcs-Git: https://salsa.debian.org/debian/udt.git
Homepage: https://udt.sourceforge.net
Package: libudt-dev
Architecture: any
Section: libdevel
Depends: libudt0 (= ${binary:Version}),
${misc:Depends}
Description: UDP-based Data Transfer Protocol - development files
UDT is a reliable UDP based application level data transport protocol for
distributed data intensive applications over wide area high-speed networks.
UDT uses UDP to transfer bulk data with its own reliability control and
congestion control mechanisms. The new protocol can transfer data at a much
higher speed than TCP does. UDT is also a highly configurable framework that
can accommodate various congestion control algorithms.
.
Install this package if you wish to develop your own programs using the
UDP-based data transfer protocol library.
Package: libudt0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: UDP-based Data Transfer Protocol
UDT is a reliable UDP based application level data transport protocol for
distributed data intensive applications over wide area high-speed networks.
UDT uses UDP to transfer bulk data with its own reliability control and
congestion control mechanisms. The new protocol can transfer data at a much
higher speed than TCP does. UDT is also a highly configurable framework that
can accommodate various congestion control algorithms.
|