File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
// Flush host cache.
48
48
+ 0.00 `sysctl -w net.inet.tcp.hostcache.purgenow=1`
49
49
// 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`
54
54
// Create a blocking TCP/IPv4 socket
55
55
+ 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
56
56
// Make sure that the time limit for connection setup does not apply
Original file line number Diff line number Diff line change 47
47
// Flush host cache.
48
48
+ 0.00 `sysctl -w net.inet.tcp.hostcache.purgenow=1`
49
49
// 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`
54
54
// Create a blocking TCP/IPv6 socket
55
55
+ 0.00 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3
56
56
// Make sure that the time limit for connection setup does not apply
You can’t perform that action at this time.
0 commit comments