From: Mike-Ro-Chanel <mikerochanel@yahoo.it>
To: netfilter-devel@lists.netfilter.org
Subject: Jitter phenomenon in the netfilter infrastructure
Date: Thu, 16 Oct 2003 09:42:53 +0200 [thread overview]
Message-ID: <3F8E4BFD.1050103@yahoo.it> (raw)
Hi All,
Inspired by ipt_limit module I've written a token bucket module as a
iptables module extension.
I've observed a strange behaviour:
In the linux kernel 2.4.21 input ethernet frames are sent to the IPv4
layer by "process_backlog()" function, this one pass to ip_rcv()
hundreds of SKB elements in a single burst, its execution is limited (in
time) by 1 jiffy.
As result a regular IPv4 input traffic is looked by PREROUTING hook as
an irregular flow of packets.
Looking this phenomenon I think: an ingress bandwidth filter as
netfilter module is unfeasible.
Is my opinion wrong?
Any suggestions?
Thanks
Mike-Ro-Chanel
next reply other threads:[~2003-10-16 7:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-16 7:42 Mike-Ro-Chanel [this message]
2003-10-16 12:30 ` Jitter phenomenon in the netfilter infrastructure Harald Welte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F8E4BFD.1050103@yahoo.it \
--to=mikerochanel@yahoo.it \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.