From 3a2c33cd3c9ee0c45a2a0173f5cb1966d2ada33d Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Wed, 11 Dec 2013 23:01:44 -0600 Subject: [PATCH] Added Les Aker to credits file --- CREDITS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CREDITS b/CREDITS index 04f89a7c..6cbe8943 100644 --- a/CREDITS +++ b/CREDITS @@ -155,3 +155,8 @@ Radostan Riedel - Contributed an AppArmor policy that is known to work on Debian and Ubuntu systems. The policy file is available in extras/apparmor. +Les Aker + - Reported an issue with Arch Linux that resulted in fwknopd hanging for a + pcap_dispatch() packet count of zero when using libpcap-1.5.1. This + issue was tracked on github as issue #110, and the default packet count + is now set at 100 as a result.