Ondřej Surý

Results 296 comments of Ondřej Surý

> Thank you for making this issue to track it. I didn't follow that it was EOL already, i could easily find this post (and felt silly) which saved me...

You need to report this to upstream APCu repository: https://github.com/krakjoe/apcu/issues first. I guess [this](https://github.com/krakjoe/apcu/issues/582) might be it?

5.1.25-2 contains the PoC fix

FTR I think the ISO/OSI model is only useful for teaching the networking concepts and the TCP/IP model is simpler and matches the reality better. I consider the TLS and...

> (The v3 patch set was sent out just last month though, so we're probably years off from widespread availability.) OpenSSL has following APIs: https://docs.openssl.org/3.6/man7/openssl-quic/ I do not claim this...

> Ondřej, you mentioned contracting and in principle I'd be open to that, except: > > 1. It's hard to say how much work is involved, i.e., I can't give...

This is proof of concept of quic client using libuv as BIO backend. It is suboptimal as it has to copy memory back and forth between UV buffers and BIO...

> Just for reference, adding _QUIC API_ support is going to be way more challenging, state of it is a mess according to **Haproxy** https://www.haproxy.com/blog/state-of-ssl-stacks and in **Curl** discussions [curl/curl-for-win#44](https://github.com/curl/curl-for-win/discussions/44)....

> Thanks for the example. It looks pretty much the way I expected it to! It gets complicated very quickly with QUIC streams though where libuv doesn't have API like...