[Bug 254672] netstat -s --libxo json duplicate "shutdown-timer" field

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 31 08:09:43 UTC 2021


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: bugs at FreeBSD.org
          Reporter: j.vandeville at gmail.com

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.


More information about the freebsd-bugs mailing list