aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/transport.rst
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-02-04 11:04:07 -0800
committerBen Hilburn <ben.hilburn@ettus.com>2014-02-04 11:04:07 -0800
commit178ac3f1c9950d383c8f64b3df464c0f943c4a23 (patch)
tree318ed621a7b59b7d34d4ce6e4a92f73f0bcef509 /host/docs/transport.rst
parent2718ac110fa931cc29daf7cb3dc5ab6230ee02ab (diff)
downloaduhd-178ac3f1c9950d383c8f64b3df464c0f943c4a23.tar.gz
uhd-178ac3f1c9950d383c8f64b3df464c0f943c4a23.tar.bz2
uhd-178ac3f1c9950d383c8f64b3df464c0f943c4a23.zip
Merging USRP X300 and X310 support!!
Diffstat (limited to 'host/docs/transport.rst')
-rw-r--r--host/docs/transport.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/host/docs/transport.rst b/host/docs/transport.rst
index 79d2743a4..88f787893 100644
--- a/host/docs/transport.rst
+++ b/host/docs/transport.rst
@@ -7,14 +7,14 @@ UHD - Transport Application Notes
------------------------------------------------------------------------
Introduction
------------------------------------------------------------------------
-A transport is the layer between the packet interface and a device IO interface.
-The advanced user can pass optional parameters
-into the underlying transport layer through the device address.
-These optional parameters control how the transport object allocates memory,
-resizes kernel buffers, spawns threads, etc.
-When not spcified, the transport layer will use values for these parameters
-that are known to perform well on a variety of systems.
-The transport parameters are defined below for the various transports in the UHD software:
+A transport is the layer between the packet interface and a device IO
+interface. The advanced user can pass optional parameters into the underlying
+transport layer through the device address. These optional parameters control
+how the transport object allocates memory, resizes kernel buffers, spawns
+threads, etc. When not spcified, the transport layer will use values for these
+parameters that are known to perform well on a variety of systems. The
+transport parameters are defined below for the various transports in the UHD
+software:
------------------------------------------------------------------------
UDP Transport (Sockets)
@@ -147,7 +147,7 @@ so that non-root users may access the device:
::
- cd <install-path>/share/uhd/utils
+ cd <install-path>/lib/uhd/utils
sudo cp uhd-usrp.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger