diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-16 01:54:36 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-16 01:54:36 +0000 |
commit | a17b6c31ecefa2f8752bb30b222eb3fa8b7d88d5 (patch) | |
tree | daf5666ca179cf75ad708a0b20898c6b7a86367c /host/lib | |
parent | f34c3ce69ca6ecac9dedf7c13804064b860d8463 (diff) | |
parent | 624eb248cd5ee2343cb0f4f24f60916ea51b60fd (diff) | |
download | uhd-a17b6c31ecefa2f8752bb30b222eb3fa8b7d88d5.tar.gz uhd-a17b6c31ecefa2f8752bb30b222eb3fa8b7d88d5.tar.bz2 uhd-a17b6c31ecefa2f8752bb30b222eb3fa8b7d88d5.zip |
Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/usrp/usrp_e/usrp_e_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp index 4a63a6d21..efbf9f68f 100644 --- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp +++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp @@ -83,8 +83,8 @@ public: //the io interface size_t send(const std::vector<const void *> &, size_t, const uhd::tx_metadata_t &, const uhd::io_type_t &, send_mode_t); size_t recv(const std::vector<void *> &, size_t, uhd::rx_metadata_t &, const uhd::io_type_t &, recv_mode_t); - size_t get_max_send_samps_per_packet(void) const{return 300;} - size_t get_max_recv_samps_per_packet(void) const{return 300;} + size_t get_max_send_samps_per_packet(void) const{return 503;} + size_t get_max_recv_samps_per_packet(void) const{return 503;} private: //interface to ioctls and file descriptor |