Skip to content

Commit 4ba865b

Browse files
asomersDarksonn
andauthored
Apply suggestion from @Darksonn
Co-authored-by: Alice Ryhl <[email protected]>
1 parent cef0107 commit 4ba865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/socket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ fn tcp_congestion() {
17861786
if e.raw_os_error() == Some(libc::ESRCH) {
17871787
panic!(
17881788
"Could not set the {:?} CC protocol. Is the kernel module loaded?",
1789-
OPTIONS[1]
1789+
new_tcp_ca
17901790
);
17911791
} else {
17921792
panic!("set_tcp_congestion: {e}");

0 commit comments

Comments
 (0)