Codebase list getdns / bb20de4
Update EDNS0 COOKIE option code Willem Toorop 8 years ago
3 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 GETDNS_TRANSPORT_TLS, GETDNS_TRANSPORT_STARTTLS.
55 * Added new context setting for idle_timeout
66 * CSYNC RR type
7 * EDNS0 COOKIE option code set to 10
78 * dnssec_return_validation_chain for negative and insecure responses.
89 * dnssec_return_validation_chain return a single RRSIG on each RRSET
910 (whenever possible)
1215812158 esac
1215912159
1216012160 cat >>confdefs.h <<_ACEOF
12161 #define EDNS_COOKIE_OPCODE 65001
12161 #define EDNS_COOKIE_OPCODE 10
1216212162 _ACEOF
1216312163
1216412164
192192 no|*)
193193 ;;
194194 esac
195 AC_DEFINE_UNQUOTED([EDNS_COOKIE_OPCODE], [65001], [The edns cookie option code.])
195 AC_DEFINE_UNQUOTED([EDNS_COOKIE_OPCODE], [10], [The edns cookie option code.])
196196 AC_DEFINE_UNQUOTED([EDNS_COOKIE_ROLLOVER_TIME], [(24 * 60 * 60)], [How often the edns client cookie is refreshed.])
197197
198198 # search to set include and library paths right