Registry / networking / libp2p-tcp

libp2p-tcp

JSON →
library0.44.1rscratesunverified

TCP/IP transport protocol for libp2p

# Cargo.toml [dependencies] libp2p-tcp = "0.44.1"
INSTALL
IMPORT
SIG · LIBP2P-TCP
L
libp2p-tcp
networkingrustv0.44.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TcpTransport
use libp2p_tcp::TcpTransport;

Create a default TCP transport for libp2p

use libp2p_tcp::TcpTransport; fn main() { let transport = TcpTransport::default(); println!("TCP transport created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.44.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
libp2p-tcp — cargo add libp2p-tcp · libregistry