diff options
-rw-r--r-- | libtransport/src/implementation/tls_socket_consumer.h | 2 | ||||
-rw-r--r-- | scripts/build-packages.sh | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/libtransport/src/implementation/tls_socket_consumer.h b/libtransport/src/implementation/tls_socket_consumer.h index 6931a7a8a..1c5df346a 100644 --- a/libtransport/src/implementation/tls_socket_consumer.h +++ b/libtransport/src/implementation/tls_socket_consumer.h @@ -82,8 +82,6 @@ class TLSConsumerSocket : public ConsumerSocket, std::unique_ptr<utils::MemBuf> head_; bool something_to_read_; bool content_downloaded_; - double old_max_win_; - double old_current_win_; uint32_t random_suffix_; Prefix producer_namespace_; interface::ConsumerSocket::ReadCallback *read_callback_decrypted_; diff --git a/scripts/build-packages.sh b/scripts/build-packages.sh index 5967b63bc..033d75c70 100644 --- a/scripts/build-packages.sh +++ b/scripts/build-packages.sh @@ -40,8 +40,6 @@ DEPS_UBUNTU="libparc-dev \ libvppinfra=${VPP_VERSION_DEB} \ libvppinfra-dev=${VPP_VERSION_DEB} \ vpp-plugin-core=${VPP_VERSION_DEB} \ - libyang \ - sysrepo \ python3-ply" @@ -56,8 +54,6 @@ DEPS_UBUNTU_NOVERSION="libparc-dev \ libvppinfra \ libvppinfra-dev \ vpp-plugin-core \ - libyang \ - sysrepo \ python3-ply \ python3-setuptools \ python3-pip" @@ -74,8 +70,6 @@ DEPS_CENTOS="vpp-devel-${VPP_VERSION_RPM} \ asio-devel \ libconfig-devel \ centos-release-scl \ - libyang \ - sysrepo \ devtoolset-7" DEPS_CENTOS_NOVERSION="vpp-devel \ @@ -228,7 +222,7 @@ build_package() { -DBUILD_LIBTRANSPORT=ON \ -DBUILD_APPS=ON \ -DBUILD_HICNLIGHT=OFF \ - -DBUILD_SYSREPOPLUGIN=ON \ + -DBUILD_SYSREPOPLUGIN=OFF \ -DBUILD_TELEMETRY=ON \ ${SCRIPT_PATH}/.. |