diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-11 18:41:58 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:42:41 -0800 |
commit | e436016638b4d2b81d50ee2de98c271615eee806 (patch) | |
tree | 35aa87e90d62cc098f1953e47dfae8c33f8f7906 /host/docs | |
parent | cedb517a70a81fb9604e8f08c8aed681ce70dbbb (diff) | |
download | uhd-e436016638b4d2b81d50ee2de98c271615eee806.tar.gz uhd-e436016638b4d2b81d50ee2de98c271615eee806.tar.bz2 uhd-e436016638b4d2b81d50ee2de98c271615eee806.zip |
usrp2: provided way to disable flow control updates by setting to zero
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/transport.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst index 2f730f8e4..d9abd4923 100644 --- a/host/docs/transport.rst +++ b/host/docs/transport.rst @@ -48,7 +48,7 @@ which allows the host to determine throttling conditions for the transmission of The following mechanisms affect the transmission of periodic update packets: * **ups_per_fifo:** The number of update packets for each FIFO's worth of bytes sent into the device -* **ups_per_sec:** The number of update packets per second +* **ups_per_sec:** The number of update packets per second (disabled by default) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resize socket buffers |