2019-04-18 12:39:37 +00:00
# go-quic-transport
2019-06-12 17:36:56 +00:00
[![ ](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )](https://protocol.ai)
[![ ](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square )](https://libp2p.io/)
[![ ](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square )](http://webchat.freenode.net/?channels=%23libp2p)
2019-04-18 12:39:37 +00:00
[![Godoc Reference ](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square )](https://godoc.org/github.com/libp2p/go-libp2p-quic-transport)
[![Linux Build Status ](https://img.shields.io/travis/libp2p/go-libp2p-quic-transport/master.svg?style=flat-square&label=linux+build )](https://travis-ci.org/libp2p/go-libp2p-quic-transport)
[![Code Coverage ](https://img.shields.io/codecov/c/github/libp2p/go-libp2p-quic-transport/master.svg?style=flat-square )](https://codecov.io/gh/libp2p/go-libp2p-quic-transport/)
2019-06-12 17:36:56 +00:00
[![Discourse posts ](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg )](https://discuss.libp2p.io)
2019-04-18 12:39:37 +00:00
This is an implementation of the [libp2p transport ](https://github.com/libp2p/go-libp2p-transport/blob/master/transport.go ) and the [libp2p stream muxer ](https://github.com/libp2p/go-stream-muxer ) using QUIC.
## Known limitations
* currently only works with RSA host keys
2019-06-12 17:36:56 +00:00
---
The last gx published version of this module was: