aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorguy <guy>2001-12-10 05:49:40 +0000
committerguy <guy>2001-12-10 05:49:40 +0000
commit1a00bc6928e5d066a479025c6eab38086abaebda (patch)
tree50b6d5f156b2aae059afbb180668e8145fc9476b /CREDITS
parentfde2e99495fae8f5d5caca0c9142049adfdd3dce (diff)
Fixes from Phil Wood:
Don't subtract "tp_drops" from "tp_packets" - "ps_recv", on BSD, at least, includes packets dropped due to lack of buffer space, so it should do so on Linux as well. The "len" argument to "getsockopt()" is a value-result parameter, initially containing the size of the buffer being supplied; set it before the call. Catch "getsockopt()" errors and, if it's an error other than EOPNOTSUPP, return an error.
Diffstat (limited to 'CREDITS')
-rw-r--r--CREDITS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CREDITS b/CREDITS
index 3af010a..77127dc 100644
--- a/CREDITS
+++ b/CREDITS
@@ -38,6 +38,7 @@ Additional people who have contributed patches:
Onno van der Linden <onno@simplex.nl>
Pavel Kankovsky <kan@dcit.cz>
Peter Jeremy <peter.jeremy@alcatel.com.au>
+ Phil Wood <cpw@lanl.gov>
Rafal Maszkowski <rzm@icm.edu.pl>
Rick Jones <raj@cup.hp.com>
Scott Barron <sb125499@ohiou.edu>