diff options
Diffstat (limited to 'host/docs/transport.rst')
-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 |