diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-03-15 12:59:54 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-03-15 12:59:54 -0700 |
commit | 6364662f179522b1cccc00e5ce9f965170cd02be (patch) | |
tree | 24a08bb850d1e47edac01877d20a8ad59c75ba3e /host | |
parent | 1b6336ac2043892b42eea0d9932b65c0d8aedee5 (diff) | |
parent | 315a7f8e42ff95ab532bcf674c26e34446ae7340 (diff) | |
download | uhd-6364662f179522b1cccc00e5ce9f965170cd02be.tar.gz uhd-6364662f179522b1cccc00e5ce9f965170cd02be.tar.bz2 uhd-6364662f179522b1cccc00e5ce9f965170cd02be.zip |
Merge branch 'maint'
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index bfe98e7a3..7bb624577 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -65,7 +65,7 @@ static const size_t X300_10GE_DATA_FRAME_MAX_SIZE = 8000; // CHDR packet s static const size_t X300_1GE_DATA_FRAME_MAX_SIZE = 1472; // CHDR packet size in bytes static const size_t X300_ETH_MSG_FRAME_SIZE = uhd::transport::udp_simple::mtu; //bytes // MTU throttling for ethernet/TX (see above): -static const size_t X300_ETH_DATA_FRAME_MAX_TX_SIZE = 2000; +static const size_t X300_ETH_DATA_FRAME_MAX_TX_SIZE = 8000; static const double X300_THREAD_BUFFER_TIMEOUT = 0.1; // Time in seconds |