Bug #131
Fix UDP source/sink from dropping bytes
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Tom Rondeau | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | release-3.1 | |||
| Resolution: | fixed |
Description
UDP source and sink don't look at how many items scheduler has asked them to produce. Need to take in and spit out bytes to the buffer according to these limitations, if it exists.
History
Updated by Tom Rondeau over 6 years ago
- Status changed from New to Closed
- Resolution set to fixed
UDP source and sink blocks have been fixed to properly handle the byte flow from the flowgraph.
The timeout value on udp_source might need to be looked into (see #137).