diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-16 17:18:51 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-16 17:26:06 +0000 |
| commit | 84333aada464296c1e28126b5c91ae2fb3f79eef (patch) | |
| tree | 755d900b3821a4d005e189b2af540b09165500e1 | |
| parent | 93ee9bb424619f0189b3454380588c955222b89b (diff) | |
tools: Update sysctl to its new name
The kern.ipc.somaxconn sysctl has been replaced with
kern.ipc.soacceptqueue since FreeBSD 10.0.
Reviewed by: emaste
MFC after: 1 hour
Differential Revision: https://reviews.freebsd.org/D34598
| -rw-r--r-- | tools/tools/netrate/tcpp/README | 2 | ||||
| -rw-r--r-- | tools/tools/sysdoc/tunables.mdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/netrate/tcpp/README b/tools/tools/netrate/tcpp/README index 6817bdf8ca25..ec0313a62eb8 100644 --- a/tools/tools/netrate/tcpp/README +++ b/tools/tools/netrate/tcpp/README @@ -84,7 +84,7 @@ In my testing, I use loader.conf entries of: kern.ipc.maxsockets=1000000 net.inet.tcp.maxtcptw=3000000 -kern.ipc.somaxconn=49152 +kern.ipc.soacceptqueue=49152 kern.ipc.nmbjumbo16=262144 kern.ipc.nmbjumbo9=262144 kern.ipc.nmbjumbop=262144 diff --git a/tools/tools/sysdoc/tunables.mdoc b/tools/tools/sysdoc/tunables.mdoc index 20b59f450cf2..397fe632322d 100644 --- a/tools/tools/sysdoc/tunables.mdoc +++ b/tools/tools/sysdoc/tunables.mdoc @@ -806,7 +806,7 @@ kern.ipc.nsfbufs kern.ipc.numopensockets --- -kern.ipc.somaxconn +kern.ipc.soacceptqueue int The maximum pending socket connection queue size. |
