diff options
-rw-r--r-- | network/UDR/README | 11 | ||||
-rw-r--r-- | network/UDR/UDR.SlackBuild | 9 | ||||
-rw-r--r-- | network/UDR/UDR.info | 6 |
3 files changed, 17 insertions, 9 deletions
diff --git a/network/UDR/README b/network/UDR/README index 044eca08faf1..ef8c5ad63ba9 100644 --- a/network/UDR/README +++ b/network/UDR/README @@ -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. diff --git a/network/UDR/UDR.SlackBuild b/network/UDR/UDR.SlackBuild index 32b64c7cf851..bbec3789c8ee 100644 --- a/network/UDR/UDR.SlackBuild +++ b/network/UDR/UDR.SlackBuild @@ -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 diff --git a/network/UDR/UDR.info b/network/UDR/UDR.info index ed61f84fa5e5..9918290df8af 100644 --- a/network/UDR/UDR.info +++ b/network/UDR/UDR.info @@ -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="" |