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.
recv_buffer_size
1 parent a48e418 commit 0cf95f0Copy full SHA for 0cf95f0
tokio/src/net/tcp/socket.rs
@@ -368,7 +368,7 @@ impl TcpSocket {
368
///
369
/// Note that if [`set_recv_buffer_size`] has been called on this socket
370
/// previously, the value returned by this function may not be the same as
371
- /// the argument provided to `set_send_buffer_size`. This is for the
+ /// the argument provided to `set_recv_buffer_size`. This is for the
372
/// following reasons:
373
374
/// * Most operating systems have minimum and maximum allowed sizes for the
0 commit comments