From f0171cbd5e3ea235ec6fb424ac93106a9a3b22fa Mon Sep 17 00:00:00 2001 From: Marcus Müller Date: Tue, 8 Dec 2015 09:27:37 -0800 Subject: docs: Fixed many typos, recompressed and cropped images --- host/docs/transport.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'host/docs/transport.dox') 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 +UDP send fast-path: 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: - -- cgit v1.2.3