- 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:
Randall Stewart 2007-08-24 00:35:18 +00:00
parent afa3f6df27
commit d37c519324
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171942

View File

@ -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");