]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libiptc: give credits to my self
authorJesper Dangaard Brouer <hawk@comx.dk>
Mon, 23 Mar 2009 13:27:44 +0000 (14:27 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 23 Mar 2009 13:27:44 +0000 (14:27 +0100)
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>
libiptc/libiptc.c

index 3e69798055db31e0a8931e28c6cf249cee282eca..4c3437e3c7fa0d20084fd81ea8f50bd39afd1d89 100644 (file)
  *     - 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>