Document TCP_TLS_MODE_TOE.

This commit is contained in:
John Baldwin 2020-04-16 17:41:32 +00:00
parent 19112958cf
commit 6231ed472f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360016

View File

@ -34,7 +34,7 @@
.\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
.Dd March 31, 2020
.Dd April 16, 2020
.Dt TCP 4
.Os
.Sh NAME
@ -341,6 +341,8 @@ socket buffer.
Typically this encryption is performed in software.
.It Dv TCP_TLS_MODE_IFNET
TLS records are encrypted by the network interface card (NIC).
.It Dv TCP_TLS_MODE_TOE
TLS records are encrypted by the NIC using a TCP offload engine (TOE).
.El
.El
.Pp