mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-10 03:47:42 +02:00
- Fix to set out of file descriptor warning to operational verbosity.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- Fix to update config tests to fix checking if nonblocking sockets
|
||||
work on OpenBSD.
|
||||
- Slow down log frequency of write wait failures.
|
||||
- Fix to set out of file descriptor warning to operational verbosity.
|
||||
|
||||
31 August 2022: Wouter
|
||||
- Fix to avoid process wide fcntl calls mixed with nonblocking
|
||||
|
||||
+3
-2
@@ -1009,8 +1009,9 @@ int comm_point_perform_accept(struct comm_point* c,
|
||||
if(b->eb->last_slow_log+SLOW_LOG_TIME <=
|
||||
b->eb->secs) {
|
||||
b->eb->last_slow_log = b->eb->secs;
|
||||
log_err("accept failed, slow down "
|
||||
"accept for %d msec: %s",
|
||||
verbose(VERB_OPS, "accept failed, "
|
||||
"slow down accept for %d "
|
||||
"msec: %s",
|
||||
NETEVENT_SLOW_ACCEPT_TIME,
|
||||
sock_strerror(errno));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user