git: c235059bb7e6 - main - ktls.4: Remove an obsolete statement
Mark Johnston
markj at FreeBSD.org
Sat May 22 16:17:52 UTC 2021
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=c235059bb7e600b7bb88234836102fa9911addc2
commit c235059bb7e600b7bb88234836102fa9911addc2
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-05-22 16:12:30 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-05-22 16:12:30 +0000
ktls.4: Remove an obsolete statement
The default mb_use_ext_pgs value was toggled in commit 52cd25eb1aa.
Reviewed by: jhb
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30393
---
share/man/man4/ktls.4 | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/share/man/man4/ktls.4 b/share/man/man4/ktls.4
index 648eeaedfa6a..9f01b1e8b1a5 100644
--- a/share/man/man4/ktls.4
+++ b/share/man/man4/ktls.4
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 8, 2021
+.Dd May 20, 2021
.Dt KTLS 4
.Os
.Sh NAME
@@ -131,12 +131,6 @@ application data (for example, handshake messages) or to send
application data records with specific contents (for example, empty
fragments).
.Pp
-TLS transmit requires the use of unmapped mbufs.
-Unmapped mbufs are not enabled by default, but can be enabled by
-setting the
-.Va kern.ipc.mb_use_ext_pgs
-sysctl node to 1.
-.Pp
The current TLS transmit mode of a socket can be queried via the
.Dv TCP_TXTLS_MODE
socket option.
More information about the dev-commits-src-main
mailing list