Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl.
Reviewed by: andre MFC after: 3 days
This commit is contained in:
@@ -624,7 +624,7 @@ sysctl_tcp_hc_list(SYSCTL_HANDLER_ARGS)
|
||||
msec(hc_entry->rmx_rtt *
|
||||
(RTM_RTTUNIT / (hz * TCP_RTT_SCALE))),
|
||||
msec(hc_entry->rmx_rttvar *
|
||||
(RTM_RTTUNIT / (hz * TCP_RTT_SCALE))),
|
||||
(RTM_RTTUNIT / (hz * TCP_RTTVAR_SCALE))),
|
||||
hc_entry->rmx_bandwidth * 8,
|
||||
hc_entry->rmx_cwnd,
|
||||
hc_entry->rmx_sendpipe,
|
||||
|
||||
Reference in New Issue
Block a user