mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Fix typo in netstat's display of Nagle algorithm - refer to the RFC.
Submitted by: bruce@cran.org.uk Approved by: re@freebsd.org (Bruce Mah)
This commit is contained in:
parent
afa3f6df27
commit
d37c519324
1 changed files with 2 additions and 2 deletions
|
|
@ -649,8 +649,8 @@ sctp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
|
|||
#if 0
|
||||
p(sctps_markedretrans, "\t%lu TODO:%sctps_markedretrans\n");
|
||||
#endif
|
||||
p(sctps_naglesent, "\t%lu nagle allowed %sending\n");
|
||||
p(sctps_naglequeued, "\t%lu nagle doe%s't allow sending\n");
|
||||
p(sctps_naglesent, "\t%lu RFC813 allowed %sending\n");
|
||||
p(sctps_naglequeued, "\t%lu RFC813 does not allow sending\n");
|
||||
p(sctps_maxburstqueued, "\t%lu max bur%st dosn't allow sending\n");
|
||||
p(sctps_ifnomemqueued, "\t%lu look ahead tell%s us no memory in "
|
||||
"interface\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue