summaryrefslogtreecommitdiffstats
path: root/libiptc
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <hawk@comx.dk>2009-03-23 14:27:44 +0100
committerPatrick McHardy <kaber@trash.net>2009-03-23 14:27:44 +0100
commitc9477d0dcd01af5d1ee6c95c757a8c814fb3be63 (patch)
treeb92e4124512874b125801e8f1e51c1d5b9e65a5f /libiptc
parenta9fe5b3d62e4e974e9517b23d0bf7f0f146ed11e (diff)
libiptc: give credits to my self
Add notes about my scalability work on the library libiptc. This should make in more obvious who to complain to. Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'libiptc')
-rw-r--r--libiptc/libiptc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c
index 3e697980..4c3437e3 100644
--- a/libiptc/libiptc.c
+++ b/libiptc/libiptc.c
@@ -23,6 +23,11 @@
* - libiptc now has a real internal (linked-list) represntation of the
* ruleset and a parser/compiler from/to this internal representation
* - again sponsored by Astaro AG (http://www.astaro.com/)
+ *
+ * 2008-Jan+Jul: Jesper Dangaard Brouer <hawk@comx.dk>
+ * - performance work: speedup chain list "name" searching.
+ * - performance work: speedup initial ruleset parsing.
+ * - sponsored by ComX Networks A/S (http://www.comx.dk/)
*/
#include <sys/types.h>
#include <sys/socket.h>