Skip to content

Commit cd271d5

Browse files
romanbmxinden
andauthored
Update transports/tcp/src/lib.rs
Co-authored-by: Max Inden <[email protected]>
1 parent 1c57bb9 commit cd271d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transports/tcp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use std::{
5151
/// Represents the configuration for a TCP/IP transport capability for libp2p.
5252
///
5353
/// 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.
54+
/// obtained by libp2p on an asynchronous runtime, e.g. the tokio runtime.
5555
#[derive(Clone, Debug)]
5656
pub struct TcpConfig {
5757
/// TTL to set for opened sockets, or `None` to keep default.

0 commit comments

Comments
 (0)