Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] CPU cycles and packet filtering
- Date: Fri, 27 Dec 2002 06:43:48 -0500
- From: Josh Glover <jmglov@example.com>
- Subject: Re: [tlug] CPU cycles and packet filtering
- References: <20021226141740.1090515d.gstewart@example.com> <20021226133645.GB10020@example.com> <20021226153701.21d1b16c.gstewart@example.com>
- User-agent: Mutt/1.4i
Quoth Godwin Stewart (Thu 2002-12-26 03:37:01PM +0100): > > If, OTOH, instead of dropping all connections from a the subnets in my list, > I route all incoming packets supposed to go to TCP port 25 into a separate > chain, and only check IP addies in that chain, have those packets already > made it to layer 4 or does the filter already "know" that's where the packet > will end up without the kernel having pushed it up? I would imagine that the packet has to be de-multiplexed to the transport layer before any transport layer specific rules can be applied to it. It would be possible to implement a filter to iterate up the stack (or down, depending on your view--as a coder, it offends me to think of operations proceeding *up* a stack! ;) without de-multiplexing the packet (which almost always involves a buffer copy), but such an implementation would be pretty inefficient in the general case, in which only a small fraction of packets received are dropped. > As a coder, you'll probably appreciate the signature at the bottom of this > mail :) [ Much snippage took place here... ] > There are only 10 kinds of people in the world: Those who understand > binary, and those who don't. Heh... a classic! (ThinkGeek has that on a shirt.) Here is another pun targetted at coders: Why do programmers confuse Christmas and Halloween? Because Oct 31 == Dec 25! -- Josh Glover <jmglov@example.com> Associate Systems Administrator INCOGEN, Inc. http://www.incogen.com/ GPG keyID 0x62386967 (7479 1A7A 46E6 041D 67AE 2546 A867 DBB1 6238 6967) gpg --keyserver pgp.mit.edu --recv-keys 62386967Attachment: pgp00053.pgp
Description: PGP signature
- References:
- [tlug] CPU cycles and packet filtering
- From: Godwin Stewart
- Re: [tlug] CPU cycles and packet filtering
- From: Josh Glover
- Re: [tlug] CPU cycles and packet filtering
- From: Godwin Stewart
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] TLUG RC5
- Next by Date: Re: [tlug] Asian spam - was: CPU cycles and packet filtering
- Previous by thread: Re: [tlug] CPU cycles and packet filtering
- Next by thread: [tlug] Yet another interesting distribution
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links