https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254672
Bug ID: 254672
Summary: netstat -s --libxo json duplicate "shutdown-timer"
field
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
In the "timeouts" section of sctp, the field "shutdown-timer" is duplicate
"timeouts":{
"iterator":0,
"t3-data":0,
"window-probe":0,
"init-timer":0,
"sack-timer":0,
"shutdown-timer":0,
"heartbeat-timer":0,
"cookie-timer":0,
"endpoint-changed-cookie":0,
"pmtu-timer":0,
"shutdown-timer":0,
"shutdown-guard-timer":0,
"stream-reset-timer":0,
"early-fast-retransmission-timer":0,
"asconf-timer":0,
"auto-close-timer":0,
"asoc-free-timer":0,
"input-free-timer":0
},
According to "netstat -s" output, the second "shutdown-timer" should be
"shutdown-ack-timer"
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"