#peer-to-peer #libp2p #networking

libp2prs-tcp

TCP/IP transport protocol for libp2p

5 unstable releases

0.3.0 Apr 23, 2021
0.2.2 Mar 2, 2021
0.2.1 Jan 26, 2021
0.2.0 Jan 14, 2021
0.1.0 Oct 26, 2020

#110 in #libp2p

Download history 25/week @ 2023-05-27 21/week @ 2023-06-03 1/week @ 2023-06-10 52/week @ 2023-06-17 33/week @ 2023-06-24 30/week @ 2023-07-01 35/week @ 2023-07-08 19/week @ 2023-07-15 38/week @ 2023-07-22 13/week @ 2023-07-29 23/week @ 2023-08-05 34/week @ 2023-08-12 81/week @ 2023-08-19 84/week @ 2023-08-26 16/week @ 2023-09-02 37/week @ 2023-09-09

228 downloads per month
Used in 7 crates

MIT license

300KB
5K SLoC

Implementation of the libp2p Transport trait for TCP/IP.

Usage

This crate provides TcpConfig

The TcpConfig struct implements the Transport trait of the core library. See the documentation of core and of libp2p in general to learn how to use the Transport trait.

Dependencies

~14–28MB
~482K SLoC