<br />Take a look at netstat -s and see if that helps isolate if or where packet loss is occurring. For example in the udp: section there are statistics for total datagrams tx/rx along with dropped, bad checksums, etc. <br /><br />UDP has no retransmission feature built in so bad checksums and bad packets get dropped. Any sort of retransmission of dropped packets must be in the software. <br /><br />[Brad Hein]<br />
Take a look at netstat -s and see if that helps isolate if or where packet loss is occurring. For example in the udp: section there are statistics for total datagrams tx/rx along with dropped, bad checksums, etc. UDP has no retransmission feature built in so bad checksums and bad packets get dropped. Any sort of retransmission of dropped packets must be in the software. [Brad Hein] ----- Original Message ----- From: [email protected] To: [email protected] Sent:Wed Jul 16 07:50:05 UTC 2014 Subject: Re: [Discuss-gnuradio] Why am I dropping data over the UDP network? It is my understanding that the UDP protocol does not quarentee delivery to the destination. That is, it has no recovery mechanism for undelivered packets. Alan
From: [email protected] [mailto:[email protected]] On Behalf Of Marcus Leech
I'm talking about the UDP traffic between the host and the N2xx device.
on Jul 16, 2014, madengr <[email protected]> wrote:
|
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
