mirror of
https://github.com/coredns/coredns.git
synced 2026-04-08 13:05:33 -04:00
chore(docs): regenerate man pages (#7971)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
|
||||
.TH "COREDNS-MULTISOCKET" 7 "May 2025" "CoreDNS" "CoreDNS Plugins"
|
||||
.TH "COREDNS-MULTISOCKET" 7 "March 2026" "CoreDNS" "CoreDNS Plugins"
|
||||
|
||||
.SH "NAME"
|
||||
.PP
|
||||
@@ -26,7 +26,7 @@ multisocket [NUM\_SOCKETS]
|
||||
.RE
|
||||
|
||||
.IP \(bu 4
|
||||
\fBNUM_SOCKETS\fP - the number of servers that will listen on one port. Default value is equal to GOMAXPROCS.
|
||||
\fBNUM_SOCKETS\fP - the number of servers that will listen on one port. Default value is equal to GOMAXPROCS. Maximum value is 1024.
|
||||
|
||||
|
||||
.SH "EXAMPLES"
|
||||
@@ -83,6 +83,11 @@ If conducting such tests is difficult, follow these recommendations:
|
||||
- If CoreDNS consumes 8 CPUs and 64 CPUs are available, set \fB\fCNUM_SOCKETS\fR to 8.
|
||||
|
||||
.SH "LIMITATIONS"
|
||||
.PP
|
||||
The \fB\fCmultisocket\fR value used for a given listen address is taken from the first server block that binds to that address
|
||||
in the Corefile. Subsequent server blocks using the same address will not change it. Different addresses may use
|
||||
different values.
|
||||
|
||||
.PP
|
||||
The SO_REUSEPORT socket option is not available for some operating systems. It is available since Linux Kernel 3.9 and
|
||||
not available for Windows at all.
|
||||
|
||||
Reference in New Issue
Block a user