diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-02-26 13:50:39 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-02-26 13:50:39 -0800 |
commit | e994fad15798e7f2f7a7c34f20bbdee0e6d5ed1a (patch) | |
tree | ea51a231b2a1dffe79dbbcb9bb8785d11e7f1296 /host/lib/usrp/e300/e300_impl.hpp | |
parent | 566dbc2b5d0751167c9d868743dbebfff4d22afe (diff) | |
parent | 963dcaa6a75862aec9ee4924dd88fa0901b39934 (diff) | |
download | uhd-e994fad15798e7f2f7a7c34f20bbdee0e6d5ed1a.tar.gz uhd-e994fad15798e7f2f7a7c34f20bbdee0e6d5ed1a.tar.bz2 uhd-e994fad15798e7f2f7a7c34f20bbdee0e6d5ed1a.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e300/e300_impl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/e300/e300_impl.hpp b/host/lib/usrp/e300/e300_impl.hpp index a4170ee42..c7d683f58 100644 --- a/host/lib/usrp/e300/e300_impl.hpp +++ b/host/lib/usrp/e300/e300_impl.hpp @@ -70,6 +70,8 @@ static std::string E300_SERVER_I2C_PORT = "21761"; static std::string E300_SERVER_SENSOR_PORT = "21762"; static const double E300_RX_SW_BUFF_FULLNESS = 0.9; //Buffer should be half full +static const size_t E300_RX_FC_REQUEST_FREQ = 32; // per flow ctrl window +static const size_t E300_TX_FC_RESPONSE_FREQ = 8; // per flow ctrl window // crossbar settings static const boost::uint8_t E300_RADIO_DEST_PREFIX_TX = 0; |