aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/transport.dox
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
committerMartin Braun <martin.braun@ettus.com>2015-12-09 13:50:35 -0800
commit9a6f82eff99db3b8658f4ae6b27aba78e634b398 (patch)
tree3cd9ad0e192f8b53814383e982aa153005f8d7c6 /host/docs/transport.dox
parent930035768259e5a53ba3aed47a17b2671a86704c (diff)
parent21df150ec873f15c4e85f9564b56586e3fe2afcf (diff)
downloaduhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.gz
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.tar.bz2
uhd-9a6f82eff99db3b8658f4ae6b27aba78e634b398.zip
Merge branch 'maint'
Diffstat (limited to 'host/docs/transport.dox')
-rw-r--r--host/docs/transport.dox8
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>