diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-22 11:36:51 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-22 11:36:51 -0700 |
commit | 27cb282a29c0d9d67393f3f35548a5111359f1b0 (patch) | |
tree | 702f8390af1912d77c2b86d464809e592af51bfd /host/docs/usrp2.rst | |
parent | 1b3b856f5a5d06628d4176071cad424a146433c9 (diff) | |
download | uhd-27cb282a29c0d9d67393f3f35548a5111359f1b0.tar.gz uhd-27cb282a29c0d9d67393f3f35548a5111359f1b0.tar.bz2 uhd-27cb282a29c0d9d67393f3f35548a5111359f1b0.zip |
uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked other docs
disabled -pedantic for now as well
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 745361b77..4c95fb24c 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -174,7 +174,7 @@ buffer incoming samples faster than they can be processed. However, if you application cannot process samples fast enough, no amount of buffering can save you. -By default, the UHD will try to request a reasonably large buffer size for both send and receive. +By default, the UHD will try to resize both the send and receive buffer for optimum performance. A warning will be printed on instantiation if the actual buffer size is insufficient. See the OS specific notes below: |