We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c57bb9 commit cd271d5Copy full SHA for cd271d5
transports/tcp/src/lib.rs
@@ -51,7 +51,7 @@ use std::{
51
/// Represents the configuration for a TCP/IP transport capability for libp2p.
52
///
53
/// The TCP sockets created by libp2p will need to be progressed by running the futures and streams
54
-/// obtained by libp2p through the tokio reactor.
+/// obtained by libp2p on an asynchronous runtime, e.g. the tokio runtime.
55
#[derive(Clone, Debug)]
56
pub struct TcpConfig {
57
/// TTL to set for opened sockets, or `None` to keep default.
0 commit comments