forked from cerc-io/ipld-eth-server
36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
go-tcp-transport
|
|
==================
|
|
|
|
[](http://ipn.io)
|
|
[](http://libp2p.io/)
|
|
[](http://webchat.freenode.net/?channels=%23ipfs)
|
|
[](https://coveralls.io/github/libp2p/go-tcp-transport?branch=master)
|
|
[](https://travis-ci.org/libp2p/go-tcp-transport)
|
|
|
|
> A libp2p transport implementation for tcp, including reuseport socket options.
|
|
|
|
|
|
## Table of Contents
|
|
|
|
- [Install](#install)
|
|
- [Usage](#usage)
|
|
- [API](#api)
|
|
- [Contribute](#contribute)
|
|
- [License](#license)
|
|
|
|
## Install
|
|
|
|
```sh
|
|
make install
|
|
```
|
|
|
|
## Contribute
|
|
|
|
PRs are welcome!
|
|
|
|
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
|
|
|
## License
|
|
|
|
MIT © Jeromy Johnson
|