break;
}
- dnsdist::configuration::refreshLocalRuntimeConfiguration();
-
for (const auto& sockDesc : sockets) {
/* allocate one more byte so we can detect truncation */
// NOLINTNEXTLINE(bugprone-use-after-move): resizing a vector has no preconditions so it is valid to do so after moving it
continue;
}
+ dnsdist::configuration::refreshLocalRuntimeConfiguration();
if (processResponderPacket(dss, response, std::move(*ids)) && ids->isXSK() && ids->cs->xskInfoResponder) {
#ifdef HAVE_XSK
auto& xskInfo = ids->cs->xskInfoResponder;