Thanks for the idea brad, I'll check that out right now. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, July 16, 2014 4:12 PM To: [email protected]; [email protected] Subject: Re: [Discuss-gnuradio] Why am I dropping data over the UDP network?
<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 /> _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
