diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2015-12-08 09:27:37 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-08 09:27:37 -0800 |
commit | f0171cbd5e3ea235ec6fb424ac93106a9a3b22fa (patch) | |
tree | 47a361db72b91636282a531a33a42cce8e022b38 /host/docs/transport.dox | |
parent | 36c8e0f81addfc38441dad6bbd56e8f60574ba4d (diff) | |
download | uhd-f0171cbd5e3ea235ec6fb424ac93106a9a3b22fa.tar.gz uhd-f0171cbd5e3ea235ec6fb424ac93106a9a3b22fa.tar.bz2 uhd-f0171cbd5e3ea235ec6fb424ac93106a9a3b22fa.zip |
docs: Fixed many typos, recompressed and cropped images
Diffstat (limited to 'host/docs/transport.dox')
-rw-r--r-- | host/docs/transport.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/transport.dox b/host/docs/transport.dox index eb7232f36..72d59fb2a 100644 --- a/host/docs/transport.dox +++ b/host/docs/transport.dox @@ -16,7 +16,7 @@ for the various transports in the UHD software: \section transport_udp UDP Transport (Sockets) The UDP transport is implemented with user-space sockets. This means -standard Berkeley sockets API using send()/recv(). +standard Berkeley sockets API using `send()`/`recv()`. \subsection transport_udp_params Transport parameters @@ -97,12 +97,12 @@ Set the values permanently by editing `/etc/sysctl.conf`. \subsection transport_udp_windows Windows specific notes -**UDP send fast-path:** It is important to change the default UDP +<b>UDP send fast-path:</b> It is important to change the default UDP behavior such that 1500 byte packets still travel through the fast path of the sockets stack. This can be adjusted with the -FastSendDatagramThreshold registry key: +`FastSendDatagramThreshold` registry key: -- FastSendDatagramThreshold registry key documented here: +- `FastSendDatagramThreshold` registry key documented here: - <http://www.microsoft.com/windows/windowsmedia/howto/articles/optimize_web.aspx#appendix_e> |