LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
1–10 of 44 posts
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#2Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#3I know it's an oft-repeated comment here but it does bear repeating: is it really a good idea to keep writing these libraries dealing with complex untrusted user supplied data in C?
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#4I know it's an oft-repeated comment here but it does bear repeating: is it really a good idea to keep writing these libraries dealing with complex untrusted user supplied data in C?
Well if you're an experienced C developer then yes it does.
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#5Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#6I know it's an oft-repeated comment here but it does bear repeating: is it really a good idea to keep writing these libraries dealing with complex untrusted user supplied data in C?
Cloudflare: https://lib.rs/crates/quiche
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#7I know it's an oft-repeated comment here but it does bear repeating: is it really a good idea to keep writing these libraries dealing with complex untrusted user supplied data in C?
Not sure why one would choose this over QUICHE.
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#8Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#9I bet almost all of the implementations of QUIC right now are open source.
Re: LiteSpeed QUIC (LSQUIC) is an open-source implementation of QUIC and HTTP/3
#10I know it's an oft-repeated comment here but it does bear repeating: is it really a good idea to keep writing these libraries dealing with complex untrusted user supplied data in C?
There are some good rust implementations of QUIC, too. Cloudflare: https://lib.rs/crates/quiche Mozilla: https://lib.rs/gh/mozilla/neqo/neqo-interop