diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-05 11:54:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-03 20:37:10 -0700 |
commit | fbe2aefe299a4d3ddf8cceb0eb5866136f48744d (patch) | |
tree | b1bce8c9a61ddb1537a02fabbca0336e3485c58f /host/lib/transport | |
parent | 66c95c12a1d2f7b79bdf5b9b871d1b957c56606f (diff) | |
download | uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.tar.gz uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.tar.bz2 uhd-fbe2aefe299a4d3ddf8cceb0eb5866136f48744d.zip |
usrp2: additional corrections for streaming to work
Diffstat (limited to 'host/lib/transport')
-rw-r--r-- | host/lib/transport/super_send_packet_handler.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/transport/super_send_packet_handler.hpp b/host/lib/transport/super_send_packet_handler.hpp index edfe9bd13..87ae01d47 100644 --- a/host/lib/transport/super_send_packet_handler.hpp +++ b/host/lib/transport/super_send_packet_handler.hpp @@ -263,6 +263,7 @@ class send_packet_streamer : public send_packet_handler, public tx_streamer{ public: send_packet_streamer(const size_t max_num_samps){ _max_num_samps = max_num_samps; + this->set_max_samples_per_packet(_max_num_samps); } size_t get_num_channels(void) const{ |