Closed gogolxdong closed 4 years ago
Hi @gogolxdong, I looked into several QUIC libraries that could be leveraged. The main criteria that I looked at were support for async IO, it should be well maintained, and have a pluggable crypto library. I was left with two libraries: msquic and ngtpc2. Ngtcp2 seemed simpler with fewer dependencies, so I started with that.
Why not based on msquic,what's the difference between ngtcp2 and msquic