this post was submitted on 21 Aug 2023
14 points (93.8% liked)

Open Source

30837 readers
278 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I'm working on a little project that would benefit from using QUIC, I think, but I need both client and server side and I'm finding it hard to find a drop-in solution I can make use of.

  • OpenSSL seems to only support client side
  • Chromium's implementation says it's just for testing and not performant at scale (although I'm not sure what their frame of reference is when they say that, for me it might be fine)
  • I'm not real sure that I want to go the route of msquic or s2n-quic

Can anyone recommend a good solution for this? Or is FOSS support for it just not available quite yet?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

If a proxy is useful, I believe this is the implementation that powers Caddy2's QUIC support.