From: Eric Leblond Date: Fri, 20 Jul 2012 07:41:52 +0000 (+0200) Subject: af-packet: delete design comments X-Git-Tag: suricata-1.4beta1~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9622704c8c948ab3f23165e060a4027532e395c7;p=thirdparty%2Fsuricata.git af-packet: delete design comments --- diff --git a/src/source-af-packet.c b/src/source-af-packet.c index a8783e137c..0ed71e1376 100644 --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -22,25 +22,6 @@ * * AF_PACKET socket acquisition support * - * Fanouts socket from David Miller: - * we need to support the split of flow in different socket - * option: - * - packet_fanout type - * - fanout ID ?? seems it could be useful - * - protocol is the IEEE 802.3 protocol number in network order (filtering - * is great) - * - runmode -> family of threads in parallel (acccount) - * - add a new ratio or threads number (overwritten by cpu_affinity) - * - add af_max_read_packets for batched reading - * - * architecture - * loop with read - * code needed for iface name to int mapping - * socket opening - * socket call - * bind - * must switch to promiscous mode -> use PACKET_MR_PROMISC socket option - * * \todo watch other interface event to detect suppression of the monitored * interface */