#ifdef SO_BINDTODEVICE
int res = setsockopt(sock.getHandle(), SOL_SOCKET, SO_BINDTODEVICE, ds->sourceItfName.c_str(), ds->sourceItfName.length());
if (res != 0 && g_verboseHealthChecks) {
- infolog("Error settting SO_BINDTODEVICE on the health check socket for backend '%s': %s", ds->getNameWithAddr(), stringerror());
+ infolog("Error setting SO_BINDTODEVICE on the health check socket for backend '%s': %s", ds->getNameWithAddr(), stringerror());
}
#endif
}
setting.
Improves performance on Linux.
-.. _settting-protobuf-use-kernel-timestamp:
+.. _setting-protobuf-use-kernel-timestamp:
``protobuf-use-kernel-timestamp``
---------------------------------
Whether to compute the latency of responses in protobuf messages using the timestamp set by the kernel when the query packet was received (when available), instead of computing it based on the moment we start processing the query.
-.. _settting-public-suffix-list-file:
+.. _setting-public-suffix-list-file:
``public-suffix-list-file``
---------------------------