summaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-07-14 22:17:35 +0000
committerPhilip Balister <philip@opensdr.com>2010-07-14 22:17:35 +0000
commit624eb248cd5ee2343cb0f4f24f60916ea51b60fd (patch)
treedaf5666ca179cf75ad708a0b20898c6b7a86367c /host/lib
parentd9b7d9f2f9c6ebe27b6cfd4085f4a5c524363a1f (diff)
downloaduhd-624eb248cd5ee2343cb0f4f24f60916ea51b60fd.tar.gz
uhd-624eb248cd5ee2343cb0f4f24f60916ea51b60fd.tar.bz2
uhd-624eb248cd5ee2343cb0f4f24f60916ea51b60fd.zip
Use largest possible packets for transfers.
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_impl.hpp4
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