mirror of
https://github.com/tlsnotary/rust-yamux.git
synced 2026-01-09 12:58:03 -05:00
Use doc link
This commit is contained in:
@@ -45,7 +45,7 @@ pub type Result<T> = std::result::Result<T, ConnectionError>;
|
||||
|
||||
/// Arbitrary limit of our internal command channels.
|
||||
///
|
||||
/// Since each `mpsc::Sender` gets a guaranteed slot in a channel the
|
||||
/// Since each [`mpsc::Sender`] gets a guaranteed slot in a channel the
|
||||
/// actual upper bound is this value + number of clones.
|
||||
const MAX_COMMAND_BACKLOG: usize = 32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user