Skip to content

Commit 9fb340b

Browse files
committed
chore: Fix searchfox URL
See mozilla#2470 (comment)
1 parent 9354a53 commit 9fb340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neqo-bin/src/udp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl Socket {
4646
let recv_buf_before = state.recv_buffer_size((&socket).into())?;
4747
if recv_buf_before < ONE_MB {
4848
// Same as Firefox.
49-
// <https://searchfox.org/mozilla-central/source/modules/libpref/init/StaticPrefList.yaml#13474-13478>
49+
// <https://searchfox.org/mozilla-central/rev/fa5b44a4ea5c98b6a15f39638ea4cd04dc271f3d/modules/libpref/init/StaticPrefList.yaml#13474-13477>
5050
state.set_recv_buffer_size((&socket).into(), ONE_MB)?;
5151
let recv_buf_after = state.recv_buffer_size((&socket).into())?;
5252
qdebug!("Increasing socket recv buffer size from {recv_buf_before} to {ONE_MB}, now: {recv_buf_after}");

0 commit comments

Comments
 (0)