ss3git

Results 18 comments of ss3git

I've implemented a multi-thread version for my personal needs. Sharing it for those who might be interested. https://github.com/ss3git/libsamplerate/compare/master...ss3git:libsamplerate:MultiThreading

Hi, I hope I sent the request correctly. I'm actually not so familiar with github yet.

If asking about my implementation, the sinc converter uses multiple threads during its conversion process so is expected to run faster (give more throughput) on multi-core CPUs unless input data...

FYI: updated results of multichan_throughput_test taken with today's version. (on the assumption that the code under review https://github.com/libsndfile/libsamplerate/pull/201 is correctly implemented.) ``` FreeBSD clang version 14.0.5 Target: x86_64-unknown-freebsd13.2 Thread model:...

FYI 2: results of multichan_throughput_test on another machine. ``` Windows 10 22H2 Visual Studio 2022 (MSVC) Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz 8-core CPU x2 = 16 cores w/o...

Hi, @rousskov I have not wholly understood your comment yet (with a concrete image of codes), and it may take time for me, so for the meanwhile, I have added...

For the record before further discussion: here is an example of public site where Squid with bump configuration (as of today) generates Zero Sized Reply for HTTPS-upgraded Edge: tempesta-tech.com/wp-content/uploads/2022/09/5_tempesta_tls.pdf Without...

@rousskov So, reading your comment, my current understanding is that your suggested directive “on_ssl_bump_error” or the term SslBump processing seems to have targeted only narrower phase of session establishment than...

@rousskov > Do you agree with the new directive scope (i.e. the on_error bullet above)? If yes, would you be able to adjust cf.data.pre text to match it (while keeping...

Regarding the specific ERR_ZERO_SIZE_OBJECT error case (tempesta-tech.com/wp-content/uploads/2022/09/5_tempesta_tls.pdf), another factor may be affecting the result. Unlike other (HTTPS-Upgrade) error cases I’m aware of, direct access (or access via Squid splice) to...