From: Kostas Pelechrinis <kpele_ntua@yahoo.com>
To: netfilter@vger.kernel.org
Cc: kpele_ntua@yahoo.com
Subject: Blocking outgoing 802.11 ACKs
Date: Wed, 28 Jan 2009 02:41:22 -0800 (PST) [thread overview]
Message-ID: <441977.39906.qm@web31604.mail.mud.yahoo.com> (raw)
Hi all,
I have two nodes communicating via their wireless interfaces. Let us assume that node A sends packets to node B. Once node B is receiving the packets, he transmits the 802.11 ACK frame. What I want to do is to prevent node B from sending this ACK frames once every two packets for example.
One indirect way I have thought about is setting the following rule to node B:
iptables -A INPUT -i ath0 -m limit --limit _SPECIFIED-LIMIT_ -s _NODE'S A IP_ -j DROP
However, I am not sure if this prevents the 802.11 ACKs from being transmitted. This has to do with the place where the above rule is being enforced.
Do you have any comments or suggestions on how I can achieve what I am trying to?
Thanks,
Kostas
next reply other threads:[~2009-01-28 10:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-28 10:41 Kostas Pelechrinis [this message]
2009-01-28 11:29 ` Blocking outgoing 802.11 ACKs Ivan Petrushev
2009-01-28 12:06 ` Kostas Pelechrinis
2009-01-28 12:19 ` Ivan Petrushev
2009-01-28 12:23 ` nth match extension (was: Blocking outgoing 802.11 ACKs) Pascal Hambourg
2009-01-28 13:05 ` Ivan Petrushev
2009-01-28 12:00 ` Blocking outgoing 802.11 ACKs Sven-Haegar Koch
2009-01-28 12:08 ` Kostas Pelechrinis
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=441977.39906.qm@web31604.mail.mud.yahoo.com \
--to=kpele_ntua@yahoo.com \
--cc=netfilter@vger.kernel.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.