pike.git/
lib/
modules/
Protocols.pmod/
DNS.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2013-08-09
2013-08-09 12:48:31 by Andreas Petersson <andreas@sbin.se>
02f1b36037152aaa252a9e1c1e65c1cdc8ddac4d (
4
lines) (+
4
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Add QTYPE T_ANY to DNS enum EntryType in DNS.pmod.
122:
//! Type - SPF - Sender Policy Framework (RFC 4408) T_SPF=99,
+
+
//! Type - ANY - A request for all records
+
T_ANY=255,
}; int safe_bind(Stdio.UDP udp, mixed ... args)