summaryrefslogtreecommitdiffstats
path: root/doc/rst/fabrics.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/fabrics.rst')
-rw-r--r--doc/rst/fabrics.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rst/fabrics.rst b/doc/rst/fabrics.rst
index bd4bd1d..74d04e5 100644
--- a/doc/rst/fabrics.rst
+++ b/doc/rst/fabrics.rst
@@ -34,6 +34,7 @@ Fabrics-specific definitions.
bool hdr_digest;
bool data_digest;
bool tls;
+ bool concat;
};
**Members**
@@ -92,6 +93,9 @@ Fabrics-specific definitions.
``tls``
Start TLS on the connection (TCP)
+``concat``
+ Enable secure concatenation (TCP)
+
.. c:function:: const char * nvmf_trtype_str (__u8 trtype)