2 comments

[ 3.0 ms ] story [ 17.7 ms ] thread
Nice. i'm curious, did you consider using Quiche and the sans IO support it has and building the NIO layer to support that? QUIC has a lot of interesting edge cases including window management, and Quiche encapsulates a lot of that for you.
Honestly this is not my project, this is Apple’s.

Apart from that I don’t know what quiche you’re talking about. I found one from cloudflare in rust (probably can’t be used w/ Swift), and another from google in C++, which could probably be used… but why? The whole point of the repo is to implement QUIC’s stack.

I also found the quiche browser which is most definitely not you’re talking about?