status-go/vendor/github.com/libp2p/go-libp2p-quic-transport
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18 2022-05-11 12:39:54 +01:00
..
.gitignore chore: bump go-waku 2022-04-06 10:36:06 -04:00
LICENSE chore: bump go-waku 2022-04-06 10:36:06 -04:00
README.md chore: bump go-waku 2022-04-06 10:36:06 -04:00
conn.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
listener.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
quic_multiaddr.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
reuse.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
stream.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
tracer.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
tracer_metrics.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
transport.go chore: bump go-waku 2022-04-06 10:36:06 -04:00
version.json chore: bump go-waku 2022-04-06 10:36:06 -04:00

README.md

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-quic-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?