summaryrefslogtreecommitdiffstats
path: root/host/docs
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-09 16:39:33 -0800
committerJosh Blum <josh@joshknows.com>2011-02-09 16:39:33 -0800
commit55884d630ca675c9f006eb0705bc8670119c4737 (patch)
tree8b9b90344b67652ed046df2ea14ccd34786e74d5 /host/docs
parentaae5cc481ba7bb75c8d97d8f425bc42884e28538 (diff)
downloaduhd-55884d630ca675c9f006eb0705bc8670119c4737.tar.gz
uhd-55884d630ca675c9f006eb0705bc8670119c4737.tar.bz2
uhd-55884d630ca675c9f006eb0705bc8670119c4737.zip
udp: removed asio implementation, created custom managed buffer classes to re-use
Diffstat (limited to 'host/docs')
-rw-r--r--host/docs/transport.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst
index 018f909c1..6b9d28bfa 100644
--- a/host/docs/transport.rst
+++ b/host/docs/transport.rst
@@ -34,10 +34,9 @@ The following parameters can be used to alter the transport's default behavior:
* **num_recv_frames:** The number of receive buffers to allocate
* **send_frame_size:** The size of a single send buffer in bytes
* **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 will not have an effect
-as the asynchronous send implementation is currently disabled.
+**Note:** num_recv_frames and num_send_frames will not have an effect
+as the asynchronous send implementation is currently unimplemented.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Flow control parameters