diff options
author | Josh Blum <josh@joshknows.com> | 2010-10-05 15:47:58 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-10-05 15:47:58 -0700 |
commit | 0fc641042ef81731fa84f796fd983a5a602e260c (patch) | |
tree | f954baf8a90bc8ef8a3f49cd9ae2ece8c4d1f239 /host/docs | |
parent | d2494b0313399b141913ad332315fefbba012e94 (diff) | |
download | uhd-0fc641042ef81731fa84f796fd983a5a602e260c.tar.gz uhd-0fc641042ef81731fa84f796fd983a5a602e260c.tar.bz2 uhd-0fc641042ef81731fa84f796fd983a5a602e260c.zip |
usb: moved event handler thread into the zero copy interface
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/transport.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst index d6a146c67..30fc1d78f 100644 --- a/host/docs/transport.rst +++ b/host/docs/transport.rst @@ -79,3 +79,4 @@ The following parameters can be used to alter the transport's default behavior: * **num_recv_frames:** The number of simultaneous receive transfers * **send_frame_size:** The size of a single send transfers in bytes * **num_send_frames:** The number of simultaneous send transfers +* **concurrency_hint:** The number of threads to run the event handler |