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@xxxxxxx> --- libiptc/libiptc.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 59cbf55..ac71667 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@xxxxxxx> + * - 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> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html