From 6711c7df3dd115a2b443448e98f7741595220228 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 26 Oct 2016 13:37:27 -0700 Subject: docs: Fixed notes on transport parameters --- host/docs/transport.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'host/docs/transport.dox') diff --git a/host/docs/transport.dox b/host/docs/transport.dox index 2cedcccb2..3922efa85 100644 --- a/host/docs/transport.dox +++ b/host/docs/transport.dox @@ -22,14 +22,15 @@ standard Berkeley sockets API using `send()`/`recv()`. The following parameters can be used to alter the transport's default behavior (these options can be passed to a USRP device as arguments -at initialization time, see also \ref config_devaddr, or to a streamer, -see uhd::stream_args_t::args): +at initialization time, see also \ref config_devaddr): - `recv_frame_size:` The size of a single receive buffer in bytes - `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 - `recv_buff_fullness:` The targeted fullness factor of the the buffer (typically around 90%) +- `ups_per_sec`: USRP2 only. Flow control ACKs per second on TX. +- `ups_per_fifo`: USRP2 only. Flow control ACKs per total buffer size (in packets) on TX. Notes: - `num_recv_frames` does not affect performance. -- cgit v1.2.3