Skip to content

Commit c663266

Browse files
Fixed TcpOption documentation
1 parent 831eb7d commit c663266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stream/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub struct TcpConfig {
5050
#[non_exhaustive]
5151
#[derive(Debug, Clone)]
5252
pub enum TcpOptions {
53-
/// Maximum segment size (MSS) for TCP connections. Default is 1460 bytes.
53+
/// Maximum segment size (MSS) for TCP connections.
5454
MaximumSegmentSize(u16),
5555
}
5656

0 commit comments

Comments
 (0)