artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f174ff
)
Changes according to the /sys/netinet/tcp_var.h changes.
author
mickey
<mickey@openbsd.org>
Tue, 5 Mar 1996 15:45:40 +0000
(15:45 +0000)
committer
mickey
<mickey@openbsd.org>
Tue, 5 Mar 1996 15:45:40 +0000
(15:45 +0000)
usr.bin/netstat/inet.c
patch
|
blob
|
history
diff --git
a/usr.bin/netstat/inet.c
b/usr.bin/netstat/inet.c
index
e5ac793
..
f1d4151
100644
(file)
--- a/
usr.bin/netstat/inet.c
+++ b/
usr.bin/netstat/inet.c
@@
-227,7
+227,7
@@
tcp_stats(off, name)
p(tcps_keepdrops, "\t\t%d connection%s dropped by keepalive\n");
p(tcps_predack, "\t%d correct ACK header prediction%s\n");
p(tcps_preddat, "\t%d correct data packet header prediction%s\n");
- p3(tcps_pcb
cache
miss, "\t%d PCB cache miss%s\n");
+ p3(tcps_pcb
hash
miss, "\t%d PCB cache miss%s\n");
#undef p
#undef p2
#undef p3