[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <517E7746.6040802@gmail.com>
Date: Mon, 29 Apr 2013 09:36:06 -0400
From: Min Wang <ser.basis@...il.com>
To: netdev@...r.kernel.org
Subject: udp packet not reach application
HI
since Linux-net mailing list no longer active, so post here. Hope it is
the right place.
I have following issue ( kernel 3.2.28), google around, could not find
any good similar case.
one the host:
all the /proc/sys/net/ipv4/conf/*/rp_filter are 0
a device sent udp traffics to my udp app ( listen on port x)
At first, it was working as my app did get udp traffic.
After a while, strace showed that my app stuck at recvfrom, no udp traffic.
But tcpdump did show that the udp traffic was still coming/alive.
Even if I restart my app, strace still showed it was stuck at recv_from.
it seems the kernel stop or did not deliver the udp packet to my app at
some point.
So I have to restart NIC interface, then I could see udp traffic
received at my app. (strange also?)
What could be wrong? Driver? or Kernel or my app?
At which point the kernel could possibly stop delivering the packets to
upper layer even though traffic seen from tcpdump?
Thanks a lot!
min
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists