From: dE <de.techno@gmail.com>
To: lartc@vger.kernel.org
Subject: How does Linux implement POLICING?
Date: Tue, 27 May 2014 17:22:56 +0000 [thread overview]
Message-ID: <5384C720.8050705@gmail.com> (raw)
I realized Linux does not have ingress queue. So does it drop packet to
limit the incoming rate?
Linux's network queueing system is well implemented for servers, but for
making the desktop Internet more responsive, it doesn't do much in my
option and the reason is missing ingress queue.
On a desktop system, most of the packets sent are practically empty; the
incoming packets are filled with data.
So the ISP either drops packets to limit the incoming rate, or queues
them till a certain limit and sends then at the throttled rate.
Policing combined with ingress queue can effectively implement the queue
on the local system rather than the queue being formed at the ISPs end
giving the local user control over the priority of incoming packets.
By not sending the incoming packet to the destined application, it'll
prevent the application from responding to it.
next reply other threads:[~2014-05-27 17:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-27 17:22 dE [this message]
2014-05-27 17:48 ` How does Linux implement POLICING? Dave Taht
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=5384C720.8050705@gmail.com \
--to=de.techno@gmail.com \
--cc=lartc@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.