+8 October 2018: Wouter
+ - Squelch log of failed to tcp initiate after TCP Fastopen failure.
+
5 October 2018: Wouter
- Squelch EADDRNOTAVAIL errors when the interface goes away,
this omits 'can't assign requested address' errors unless
if(!sq->pending) {
/* delete from tree so that a retry by above layer does not
* clash with this entry */
- log_err("serviced_tcp_initiate: failed to send tcp query");
+ verbose(VERB_ALGO, "serviced_tcp_initiate: failed to send tcp query");
serviced_callbacks(sq, NETEVENT_CLOSED, NULL, NULL);
}
}