Is there a standalone library for Google's QUIC?

networking, protocols, tcp, udp

Solution

As of Tue 5 Apr, 2016, Google has released their own proto-quic library on Github.

Problem

Google recently released their experimental transport protocol called QUIC as a namespace `net.quic` in Chrome. I'd love to use it, as it looks perfect for my use case, however I can't seem to find any guide on using it as a standalone library. Is there any available way to get QUIC as a standalone library aside from the Chrome source? Google Slide Deck

Original source