8000 Use correct sysctl variable names. · freebsd-net/tcp-testsuite@dfb874c · GitHub
[go: up one dir, main page]

Skip to content

Commit dfb874c

Browse files
committed
Use correct sysctl variable names.
1 parent 1c5c5a6 commit dfb874c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

snd-syn/snd-syn-rtx-max-number-ipv4.pkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
// Flush host cache.
4848
+ 0.00 `sysctl -w net.inet.tcp.hostcache.purgenow=1`
4949
// Ensure that the relevant sysctl variables have their value.
50-
+ 0.00 `sysctl -w -i net.inet.tcp.rack.timers.max_rto=64000`
51-
+ 0.00 `sysctl -w -i net.inet.tcp.bbr.timeout.max_rto=64`
52-
+ 0.00 `sysctl -w -i net.inet.tcp.rack_latest.timers.max_rto=64000`
53-
+ 0.00 `sysctl -w -i net.inet.tcp.bbr_latest.timeout.max_rto=64`
50+
+ 0.00 `sysctl -w -i net.inet.tcp.rack.timers.maxrto=64000`
51+
+ 0.00 `sysctl -w -i net.inet.tcp.bbr.timeout.maxrto=64`
52+
+ 0.00 `sysctl -w -i net.inet.tcp.rack_latest.timers.maxrto=64000`
53+
+ 0.00 `sysctl -w -i net.inet.tcp.bbr_latest.timeout.maxrto=64`
5454
// Create a blocking TCP/IPv4 socket
5555
+ 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
5656
// Make sure that the time limit for connection setup does not apply

snd-syn/snd-syn-rtx-max-number-ipv6.pkt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
// Flush host cache.
4848
+ 0.00 `sysctl -w net.inet.tcp.hostcache.purgenow=1`
4949
// Ensure that the relevant sysctl variables have their value.
50-
+ 0.00 `sysctl -w -i net.inet.tcp.rack.timers.max_rto=64000`
51-
+ 0.00 `sysctl -w -i net.inet.tcp.bbr.timeout.max_rto=64`
52-
+ 0.00 `sysctl -w -i net.inet.tcp.rack_latest.timers.max_rto=64000`
53-
+ 0.00 `sysctl -w -i net.inet.tcp.bbr_latest.timeout.max_rto=64`
50+
+ 0.00 `sysctl -w -i net.inet.tcp.rack.timers.maxrto=64000`
51+
+ 0.00 `sysctl -w -i net.inet.tcp.bbr.timeout.maxrto=64`
52+
+ 0.00 `sysctl -w -i net.inet.tcp.rack_latest.timers.maxrto=64000`
53+
+ 0.00 `sysctl -w -i net.inet.tcp.bbr_latest.timeout.maxrto=64`
5454
// Create a blocking TCP/IPv6 socket
5555
+ 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
5656
// Make sure that the time limit for connection setup does not apply

0 commit comments

Comments
 (0)
0