https://github.com/libp2p/go-libp2p-quic-transport
An implementation of a libp2p transport using QUIC
https://github.com/libp2p/go-libp2p-quic-transport
ipfs libp2p quic
Last synced: 5 months ago
JSON representation
An implementation of a libp2p transport using QUIC
- Host: GitHub
- URL: https://github.com/libp2p/go-libp2p-quic-transport
- Owner: libp2p
- License: mit
- Archived: true
- Created: 2017-03-07T10:15:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T18:46:43.000Z (about 3 years ago)
- Last Synced: 2024-09-18T02:29:24.275Z (9 months ago)
- Topics: ipfs, libp2p, quic
- Language: Go
- Homepage:
- Size: 582 KB
- Stars: 113
- Watchers: 31
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATION NOTICE
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/transport/quic.
# go-libp2p-quic-transport
[](https://protocol.ai)
[](https://libp2p.io/)
[](http://webchat.freenode.net/?channels=%23libp2p)
[](https://godoc.org/github.com/libp2p/go-libp2p-quic-transport)
[](https://travis-ci.org/libp2p/go-libp2p-quic-transport)
[](https://codecov.io/gh/libp2p/go-libp2p-quic-transport/)
[](https://discuss.libp2p.io)go-libp2p-quic-transport uses [quic-go](https://github.com/lucas-clemente/quic-go/) to provide QUIC support for libp2p.
## Install
`go-libp2p-quic-transport` is a standard Go module which can be installed with:
```sh
go get github.com/libp2p/go-libp2p-quic-transport
```This repo is [gomod](https://github.com/golang/go/wiki/Modules)-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](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies).## Contribute
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/go-libp2p-quic-transport/issues)!
This repository falls under the libp2p [Code of Conduct](https://github.com/libp2p/community/blob/master/code-of-conduct.md).
### Want to hack on libp2p?
[](https://github.com/libp2p/community/blob/master/CONTRIBUTE.md)