Skip to content

Commit 17adcf2

Browse files
committed
Auto merge of #3107 - devnexen:linux_tcp_updates, r=JohnTitor
linux tcp adding TCP_MD5SIG_MAXKEYLEN const.
2 parents 2264cba + 6952707 commit 17adcf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ cfg_if! {
10061006
pub const TCP_CM_INQ: ::c_int = TCP_INQ;
10071007
// NOTE: Some CI images doesn't have this option yet.
10081008
// pub const TCP_TX_DELAY: ::c_int = 37;
1009+
pub const TCP_MD5SIG_MAXKEYLEN: usize = 80;
10091010
}
10101011
}
10111012

0 commit comments

Comments
 (0)