network/UDR: Updated for version 0.9.4_578b97a.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e028019028
commit
c7cb83f418
|
@ -1,3 +1,14 @@
|
|||
*** Important remark:
|
||||
|
||||
Instead of using this program, it is recommended to change the kernel
|
||||
tcp congestion control to bbr by adding the following two lines to
|
||||
/etc/sysctl.conf:
|
||||
|
||||
net.core.default_qdisc=fq
|
||||
net.ipv4.tcp_congestion_control=bbr
|
||||
|
||||
*********************
|
||||
|
||||
UDR is a wrapper around rsync that enables rsync to use UDT protocol and
|
||||
thus improves throughput of large data transfers over long distances.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for UDR
|
||||
|
||||
# Copyright 2017-2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2017-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=UDR
|
||||
VERSION=${VERSION:-0.9.4_774f2e7}
|
||||
GITVERSION=${GITVERSION:-774f2e76c58feeb09dc5401fdff4207602b6f088}
|
||||
VERSION=${VERSION:-0.9.4_578b97a}
|
||||
GITVERSION=${GITVERSION:-578b97a35769b6d2a99215d6d013bdf49a144164}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="UDR"
|
||||
VERSION="0.9.4_774f2e7"
|
||||
VERSION="0.9.4_578b97a"
|
||||
HOMEPAGE="https://github.com/martinetd/UDR"
|
||||
DOWNLOAD="https://github.com/martinetd/UDR/archive/774f2e76c58feeb09dc5401fdff4207602b6f088/UDR-774f2e76c58feeb09dc5401fdff4207602b6f088.tar.gz"
|
||||
MD5SUM="a046d266b95d113d3cecc8ff505c562f"
|
||||
DOWNLOAD="https://github.com/martinetd/UDR/archive/578b97a/UDR-578b97a35769b6d2a99215d6d013bdf49a144164.tar.gz"
|
||||
MD5SUM="84dd948f0c20a334492f4dbaa55f68ad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue