aboutsummaryrefslogtreecommitdiff
path: root/include/event2/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event2/dns.h')
-rw-r--r--include/event2/dns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/event2/dns.h b/include/event2/dns.h
index 3c548a1..13ce027 100644
--- a/include/event2/dns.h
+++ b/include/event2/dns.h
@@ -455,7 +455,8 @@ void evdns_cancel_request(struct evdns_base *base, struct evdns_request *req);
The currently available configuration options are:
ndots, timeout, max-timeouts, max-inflight, attempts, randomize-case,
- bind-to, initial-probe-timeout, getaddrinfo-allow-skew.
+ bind-to, initial-probe-timeout, getaddrinfo-allow-skew,
+ so-rcvbuf, so-sndbuf.
In versions before Libevent 2.0.3-alpha, the option name needed to end with
a colon.