net: 'nodelay' HOWTO/man page update
Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/HOWTO b/HOWTO
index c46b883..ea8730c 100644
--- a/HOWTO
+++ b/HOWTO
@@ -1402,6 +1402,9 @@
[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 6b7e945..bacc634 100644
--- a/fio.1
+++ b/fio.1
@@ -1162,6 +1162,9 @@
.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