From 55884d630ca675c9f006eb0705bc8670119c4737 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 9 Feb 2011 16:39:33 -0800 Subject: udp: removed asio implementation, created custom managed buffer classes to re-use --- host/docs/transport.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'host/docs') 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 -- cgit v1.2.3