diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-26 14:34:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-26 14:34:26 -0700 |
commit | 81ff09d83bd138c218336a4f3334bcd842621060 (patch) | |
tree | ff9d14769fbecefbc8788550fb7204c5079ab05d /host | |
parent | b998964ca78e3d7927c82680c167aebf9cabae73 (diff) | |
download | uhd-81ff09d83bd138c218336a4f3334bcd842621060.tar.gz uhd-81ff09d83bd138c218336a4f3334bcd842621060.tar.bz2 uhd-81ff09d83bd138c218336a4f3334bcd842621060.zip |
uhd: doc tweak for udp transport notes
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/transport.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst index ccfc79269..7dc465b4c 100644 --- a/host/docs/transport.rst +++ b/host/docs/transport.rst @@ -33,10 +33,10 @@ The following parameters can be used to alter the transport's default behavior: * **num_send_frames:** The number of send buffers to allocate **Note1:** -num_recv_frames does not affect performance (all platforms). +num_recv_frames does not affect performance. **Note2:** -num_send_frames does not affect performance (UNIX only). +num_send_frames does not affect performance. **Note3:** recv_frame_size and send_frame_size can be used to |