Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
857e875fe5
commit
67e5308a54
874 changed files with 1460 additions and 897 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "struct nvme_fabrics_config" "December 2023" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "struct nvme_fabrics_config" "February 2024" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_fabrics_config \- Defines all linux nvme fabrics initiator options
|
||||
.SH SYNOPSIS
|
||||
|
@ -40,6 +40,8 @@ struct nvme_fabrics_config {
|
|||
.br
|
||||
.BI " bool tls;"
|
||||
.br
|
||||
.BI " bool concat;"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
@ -81,3 +83,5 @@ Generate/verify header digest (TCP)
|
|||
Generate/verify data digest (TCP)
|
||||
.IP "tls" 12
|
||||
Start TLS on the connection (TCP)
|
||||
.IP "concat" 12
|
||||
Enable secure concatenation (TCP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue