git: b9fc1e9077ce - stable/13 - ktls.4: Remove an obsolete statement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 May 2023 18:15:04 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=b9fc1e9077ced09a0eb85a09f5f21e0b7b9877d1
commit b9fc1e9077ced09a0eb85a09f5f21e0b7b9877d1
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-05-22 16:12:30 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-05-12 18:14:35 +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
(cherry picked from commit c235059bb7e600b7bb88234836102fa9911addc2)
---
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 5e7ed1590aa9..e88895ab7fa9 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.