Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 08:09:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254672] netstat -s --libxo json duplicate "shutdown-timer" field
Message-ID:  <bug-254672-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254672

            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@FreeBSD.org
          Reporter: j.vandeville@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"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254672-227>