C library implementing IETF QUIC protocol for fast, reliable network connections
Cross-platform, C implementation of the IETF QUIC protocol
$ #include <msquic.h>
// Link with -lmsquic when compiling your application$ pkg-config --cflags --libs libmsquic$ brew list libmsquic && pkg-config libmsquic --modversion$ ls $(brew --prefix libmsquic)/include/$ find $(brew --prefix libmsquic) -name '*.a' -o -name '*.so'