net: 'nodelay' HOWTO/man page update
authorJens Axboe <axboe@kernel.dk>
Thu, 31 Jan 2013 12:33:45 +0000 (13:33 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 Jan 2013 12:33:45 +0000 (13:33 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
fio.1

diff --git a/HOWTO b/HOWTO
index c46b883424ba1912f2600d91b51697676a181a01..ea8730caea033ec4fce10d00ceef7256170bfd8e 100644 (file)
--- 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 6b7e945909bccd0192c138f01523ad1e3194323a..bacc634ebc3b519b9465b5e523ed94b433e8f162 100644 (file)
--- 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