Skip to content

Commit

Permalink
netstat: Add missing "shutdown-ack-timer" key to libxo output
Browse files Browse the repository at this point in the history
The key "shutdown-timer" was present twice in the libxo output. The second
occurence of "shutdown-time" has been renamed to "shutdown-ack-timer".

PR: 254672
Pull request: freebsd#1331
  • Loading branch information
bramton committed Jul 23, 2024
1 parent f3fe3fd commit 556f2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/netstat/sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
"secret\n");
p(sctps_timopathmtu, "\t\t{:pmtu-timer/%ju} "
"{N:/PMTU timer%s fired}\n");
p(sctps_timoshutdownack, "\t\t{:shutdown-timer/%ju} "
p(sctps_timoshutdownack, "\t\t{:shutdown-ack-timer/%ju} "
"{N:/shutdown ack timer%s fired}\n");
p(sctps_timoshutdownguard, "\t\t{:shutdown-guard-timer/%ju} "
"{N:/shutdown guard timer%s fired}\n");
Expand Down

0 comments on commit 556f2fa

Please sign in to comment.