mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
clean up some comments
svn:r8338
This commit is contained in:
parent
102ae79f25
commit
ae67a044f0
@ -674,7 +674,7 @@ dns_cancel_pending_resolve(char *address)
|
||||
}
|
||||
|
||||
/** Helper: adds an entry to the DNS cache mapping <b>address</b> to the ipv4
|
||||
* address 'addr'. 'ttl is a cache ttl; 'outcome' is one of
|
||||
* address <b>addr</b>. <b>ttl</b> is a cache ttl; <b>outcome</b> is one of
|
||||
* DNS_RESOLVE_{FAILED_TRANSIENT|FAILED_PERMANENT|SUCCEEDED}. */
|
||||
static void
|
||||
add_answer_to_cache(const char *address, uint32_t addr, char outcome,
|
||||
|
@ -1559,8 +1559,8 @@ typedef struct {
|
||||
|
||||
char *VirtualAddrNetwork; /**< Address and mask to hand out for virtual
|
||||
* MAPADDRESS requests. */
|
||||
int SearchDomains; /**< If provided, we don't force exit addresses to be
|
||||
* fqdns, but rather search for them in the local
|
||||
int SearchDomains; /**< Boolean: If set, we don't force exit addresses to
|
||||
* be FQDNs, but rather search for them in the local
|
||||
* domains. */
|
||||
char *ResolvConf; /**< If provided, we configure our internal resolver from
|
||||
* the file here rather than from /etc/resolv.conf (unix)
|
||||
|
Loading…
Reference in New Issue
Block a user