mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-26 00:22:54 -05:00
Fix comment item.
This commit is contained in:
parent
6cda81b7e4
commit
04b4f515a7
1 changed files with 4 additions and 3 deletions
|
|
@ -1942,9 +1942,10 @@ randomize_and_send_udp(struct pending* pend, sldns_buffer* packet, int timeout)
|
|||
#ifdef USE_DNSTAP
|
||||
/*
|
||||
* sending src (local service)/dst (upstream) addresses over DNSTAP
|
||||
* TODO: right now there are no chances to get the src (local service) addr. So we will pass 0.0.0.0 (::)
|
||||
* to argument for dt_msg_send_outside_query()/dt_msg_send_outside_response() calls.
|
||||
* For the both UDP and TCP.
|
||||
* There are no chances to get the src (local service) addr if unbound
|
||||
* is not configured with specific outgoing IP-addresses. So we will
|
||||
* pass 0.0.0.0 (::) to argument for
|
||||
* dt_msg_send_outside_query()/dt_msg_send_outside_response() calls.
|
||||
*/
|
||||
if(outnet->dtenv &&
|
||||
(outnet->dtenv->log_resolver_query_messages ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue