Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
net: fix broken intro doc link
Signed-off-by: ADD-SP <[email protected]>
  • Loading branch information
ADD-SP committed Jul 28, 2025
commit 4a753b4a2f35d6d6cfcbc7e46dbc1335048d25dd
2 changes: 1 addition & 1 deletion tokio/src/net/tcp/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ impl TcpStream {
cfg_tcp_quickack! {
/// Gets the value of the `TCP_QUICKACK` option on this socket.
///
/// For more information about this option, see [`TcpStreamExt::set_quickack`].
/// For more information about this option, see [`TcpStream::set_quickack`].
///
/// # Examples
///
Expand Down
Loading