ss3git
ss3git
-- The description below is obsolete; on_ssl_bump_error directive is to be changed to on_error. -- Background - Recent Chromium browsers introduced the HTTPS Upgrade (Automatic HTTPS) function by default: [https://blog.chromium.org/2023/08/towards-https-by-default.html](https://blog.chromium.org/2023/08/towards-https-by-default.html)...
KTLS activation is enabled by TLS config "options=ENABLE_KTLS" on supported platforms. This code is tested to work using squid v6.6 on FreeBSD 13.2 with OpenSSL 1.1.1t-freebsd or OpenSSL 3.1.4.
Experimental multi-thread implementation. (disabled by default with BUILD_MULTI_THREADING build option.) Related issue: Parallelize resampling (with high delay) #176 compiled and tested on FreeBSD clang version 14.0.5 (https://github.com/llvm/llvm-project.git llvmorg-14.0.5-0-gc12386ae247c) Target: x86_64-unknown-freebsd13.2...
SRC_DATA.input_frames_used/output_frames_gen are not consistent when (only) channels are different. How to reproduce: use the simple_test here. https://github.com/ss3git/libsamplerate/blob/InconsistentOutgen/tests/simple_test.c ``` Zero Order Hold interpolator : simple_test (SRC ratio = 1.0001) ................. ok...
Offload TCP_TUNNEL traffic to kernel using recently added function of FreeBSD. This function is not yet supported by the operating system for KTLS-enabled sockets, which may later be applicable to...