diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-07 16:17:26 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-07 16:17:26 +0100 |
commit | b9b4b942b4715793f751eb2c1ece81bcd924fd89 (patch) | |
tree | 607ade572a99181c4e1577c1b5e10d4ad3566618 /host/docs/transport.dox | |
parent | 3c5fe0a201d78a8732aad31a71bf806e00c89db1 (diff) | |
parent | a520a70c9644e7244b186d9e6089bb25659f6c80 (diff) | |
download | uhd-b9b4b942b4715793f751eb2c1ece81bcd924fd89.tar.gz uhd-b9b4b942b4715793f751eb2c1ece81bcd924fd89.tar.bz2 uhd-b9b4b942b4715793f751eb2c1ece81bcd924fd89.zip |
Merge branch 'maint'
Conflicts:
host/docs/usrp_e3x0.dox
Diffstat (limited to 'host/docs/transport.dox')
-rw-r--r-- | host/docs/transport.dox | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/docs/transport.dox b/host/docs/transport.dox index 942fa9509..eb7232f36 100644 --- a/host/docs/transport.dox +++ b/host/docs/transport.dox @@ -21,12 +21,15 @@ standard Berkeley sockets API using send()/recv(). \subsection transport_udp_params Transport parameters The following parameters can be used to alter the transport's default -behavior: +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): - `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 targetted fullness factor of the the buffer (typically around 90%) <b>Notes:</b> - `num_recv_frames` does not affect performance. |