Skip to content

Commit

Permalink
Update transports/tcp/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
romanb and mxinden authored Dec 15, 2020
1 parent 1c57bb9 commit cd271d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/tcp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use std::{
/// Represents the configuration for a TCP/IP transport capability for libp2p.
///
/// The TCP sockets created by libp2p will need to be progressed by running the futures and streams
/// obtained by libp2p through the tokio reactor.
/// obtained by libp2p on an asynchronous runtime, e.g. the tokio runtime.
#[derive(Clone, Debug)]
pub struct TcpConfig {
/// TTL to set for opened sockets, or `None` to keep default.
Expand Down

0 comments on commit cd271d5

Please sign in to comment.