coredns/core
Miek Gieben e14e053d3d create pkg/reuseport (#3455)
* create pkg/reuseport

Move the core server listening functions to a new package so plugins can
use them.

Also make *all* servers use the functions here; as only the udp/tcp
listeners where using SO_REUSEPORT (if available). This is the only
actual change in this PR; in it's core it's just a move of 2 files.

This can also be used to cleanup the dance we're doing now for
re-acquiring the sockets in e.g. the metrics plugins and the ready
plugin.

Signed-off-by: Miek Gieben <miek@miek.nl>

* Also push a small doc update

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-11-16 18:02:46 -08:00
..
dnsserver create pkg/reuseport (#3455) 2019-11-16 18:02:46 -08:00
plugin Add bufsize plugin for preparing the DNS Flag Day and avoiding IP fragmentation (#3401) 2019-11-10 08:10:12 +00:00
coredns.go core: don't always include all plugins (#1135) 2017-10-08 04:27:57 -07:00