Categorygithub.com/ZHJBOBO/go-libp2p-mpquic-transport
repositorypackage
0.0.0-20230812031152-c0223e7d25ac
Repository: https://github.com/zhjbobo/go-libp2p-mpquic-transport.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

go-libp2p-quic-transport

Godoc Reference Linux Build Status Code Coverage Discourse posts

go-libp2p-quic-transport uses quic-go to provide QUIC support for libp2p.

Install

go-libp2p-quic-transport is a standard Go module which can be installed with:

go get github.com/libp2p/go-libp2p-mpquic-transport

This repo is gomod-compatible, and users of Go 1.11 and later with modules enabled will automatically pull the latest tagged release by referencing this package. Upgrades to future releases can be managed using go get, or by editing your go.mod file as described by the gomod documentation.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the libp2p Code of Conduct.

Want to hack on libp2p?

go-libp2p-mpquic-transport