From 1d360ffbcd58d32d6b5ec33f325f36b40efb3e6c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 31 Jan 2013 13:33:45 +0100 Subject: [PATCH] net: 'nodelay' HOWTO/man page update Signed-off-by: Jens Axboe --- HOWTO | 3 +++ fio.1 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/HOWTO b/HOWTO index c46b8834..ea8730ca 100644 --- a/HOWTO +++ b/HOWTO @@ -1402,6 +1402,9 @@ that defines them is selected. [netsplice] port=int [net] port=int The TCP or UDP port to bind to or connect to. +[netsplice] nodelay=bool +[net] nodelay=bool Set TCP_NODELAY on TCP connections. + [netsplice] protocol=str [netsplice] proto=str [net] protocol=str diff --git a/fio.1 b/fio.1 index 6b7e9459..bacc634e 100644 --- a/fio.1 +++ b/fio.1 @@ -1162,6 +1162,9 @@ used and must be omitted. .BI (net,netsplice)port \fR=\fPint The TCP or UDP port to bind to or connect to. .TP +.BI (net,netsplice)nodelay \fR=\fPbool +Set TCP_NODELAY on TCP connections. +.TP .BI (net,netsplice)protocol \fR=\fPstr "\fR,\fP proto" \fR=\fPstr The network protocol to use. Accepted values are: .RS -- 2.25.1