vacp2p / nim-quic

QUIC for Nim
40 stars 3 forks source link

Why not based on msquic #2

Closed gogolxdong closed 4 years ago

gogolxdong commented 4 years ago

Why not based on msquic,what's the difference between ngtcp2 and msquic

markspanbroek commented 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.