From: Steven Rostedt <rostedt@goodmis.org>
To: Philipp Reh <sefi@s-e-f-i.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: When does Linux drop UDP packets?
Date: Thu, 4 Jun 2009 11:57:41 -0400 [thread overview]
Message-ID: <20090604155741.GA8999@goodmis.org> (raw)
In-Reply-To: <20090604145347.GA27692@miyuki>
On Thu, Jun 04, 2009 at 04:53:47PM +0200, Philipp Reh wrote:
> Dear list,
>
> I have the following setting in which a client that resides on the same
> physical network as a server wants to receive any UDP packet that
> arrives on any of its interfaces sent by that server.
>
> The code sets the broadcast flag, calls bind to INADDR_ANY and
> uses recvfrom from there on.
>
> Let's say the server resides in the subnet 192.168.6.255 and the
> client in 192.168.3.255. The server uses its real IP as the packet's
> sender ip (192.168.6.5).
You don't say what the client IP is. Let's assume that it is 192.168.3.1
for simplicity.
>
> Now the first problem I've encountered is the following:
> If the client removes its default route and doesn't have any route
> pointing into the subnet the server is in, the packets get discarded
> (still tcpdump sees them).
>
Are you saying that the server sent to 192.168.3.1 with source ip of
192.168.6.5 and the client did not see it?
> The second problem is that if the server uses the broadcast address as
> its sender address (255.255.255.255), the packets get always discarded
> (again, tcpdump sees them).
Again, what was the destination IP address?
> Now if the server fakes its sender address to be in the client's subnet,
> every packet arrives again.
So the only thing you change is the sender address?
What tools are you using to read the packets, and how do you know it is
dropped?
-- Steve
>
> So my real question is:
> When does Linux discard packets and how can I prevent it from doing
> that?
next prev parent reply other threads:[~2009-06-04 15:57 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-04 14:53 When does Linux drop UDP packets? Philipp Reh
2009-06-04 15:57 ` Steven Rostedt [this message]
[not found] ` <20090604161015.GA17303@miyuki>
[not found] ` <alpine.DEB.2.00.0906041222450.14994@gandalf.stny.rr.com>
2009-06-04 16:34 ` Steven Rostedt
2009-06-04 16:57 ` Steven Rostedt
2009-06-04 17:46 ` Jaswinder Singh Rajput
2009-06-04 21:07 ` Steven Rostedt
2009-06-04 17:57 ` david
2009-06-04 18:44 ` Eric Dumazet
2009-06-04 18:49 ` david
2009-06-11 23:40 ` Nifty niftylinkern Mitch
2009-06-04 22:03 ` Alexander Clouter
2009-06-04 23:19 ` david
2009-06-05 19:10 ` Alexander Clouter
2009-06-05 19:15 ` david
2009-06-05 19:29 ` Alexander Clouter
2009-06-24 7:47 ` Herbert Xu
2009-06-25 4:32 ` david
2009-06-25 5:00 ` Herbert Xu
2009-06-25 5:37 ` david
2009-06-25 6:13 ` Herbert Xu
2009-06-25 7:38 ` Alexander Clouter
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=20090604155741.GA8999@goodmis.org \
--to=rostedt@goodmis.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sefi@s-e-f-i.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox