- 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
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));
}