nDPId-test: Set max buffer size for remote descriptors useful to test caching/buffering.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2021-11-04 14:08:25 +01:00
parent 1f6d1fbd67
commit 9075706714
3 changed files with 19 additions and 8 deletions

View File

@@ -19,7 +19,8 @@ fi
git submodule update --init ./libnDPI
NDPID_GIT_VERSION="$(git describe --tags)"
cd ./libnDPI && \
LIBNDPI_GIT_VERSION="$(git describe --tags)"
LIBNDPI_GIT_VERSION="$(git describe --tags)" && \
printf '%s\n' "Creating $(realpath ./libnDPI-${LIBNDPI_GIT_VERSION}.tar)" && \
git archive --prefix="nDPId-${NDPID_GIT_VERSION}/libnDPI/" -o "../libnDPI-${LIBNDPI_GIT_VERSION}.tar" HEAD && \
cd ..
git archive --prefix="nDPId-${NDPID_GIT_VERSION}/" -o "./nDPId-${NDPID_GIT_VERSION}.tar" HEAD