diff options
author | Josh Blum <josh@joshknows.com> | 2011-05-20 10:49:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-05-20 10:49:52 -0700 |
commit | 0f705316752a911ed031a479355e44f922222970 (patch) | |
tree | 4597cd730eb2df684e058967e3a6fc43b537ba7b /host/docs/transport.rst | |
parent | df020c6923aae830a20a2405c9de086b22e7c5f0 (diff) | |
download | uhd-0f705316752a911ed031a479355e44f922222970.tar.gz uhd-0f705316752a911ed031a479355e44f922222970.tar.bz2 uhd-0f705316752a911ed031a479355e44f922222970.zip |
usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates
Diffstat (limited to 'host/docs/transport.rst')
-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 2371d2497..e7c2f1885 100644 --- a/host/docs/transport.rst +++ b/host/docs/transport.rst @@ -47,7 +47,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 (disabled by default) +* **ups_per_sec:** The number of update packets per second (defaults to 20 updates per second) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resize socket buffers |