summaryrefslogtreecommitdiffstats
path: root/host/docs/transport.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-10-08 13:50:37 -0700
committerJosh Blum <josh@joshknows.com>2010-10-08 13:50:37 -0700
commit83fd99cc7badb91a2e8c97048eb9ea694aba22eb (patch)
treedb93a270678418a880d28a3d1a8b0bb06f1e55b3 /host/docs/transport.rst
parente8e9258acb8ce8499c40de52abaa4e6ba83d479d (diff)
downloaduhd-83fd99cc7badb91a2e8c97048eb9ea694aba22eb.tar.gz
uhd-83fd99cc7badb91a2e8c97048eb9ea694aba22eb.tar.bz2
uhd-83fd99cc7badb91a2e8c97048eb9ea694aba22eb.zip
udp: add docs note about the udp transport
Diffstat (limited to 'host/docs/transport.rst')
-rw-r--r--host/docs/transport.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst
index f247e9e34..432db4bb5 100644
--- a/host/docs/transport.rst
+++ b/host/docs/transport.rst
@@ -36,6 +36,9 @@ The following parameters can be used to alter the transport's default behavior:
* **num_send_frames:** The number of send buffers to allocate
* **concurrency_hint:** The number of threads to run the IO service
+**Note:** num_send_frames and concurrency_hint will not have an effect
+as the asynchronous send implementation is currently disabled.
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Resize socket buffers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^