17 January 2008: Wouter
- fixup configure in case -lldns is installed.
+ - fixup a couple of doxygen warnings, about enum variables.
16 January 2008: Wouter
- incoming queries to the server with TC bit on are replied FORMERR.
serviced_query_TCP_EDNS,
/** TCP without EDNS sent */
serviced_query_TCP
- } status;
+ }
+ /** variable with current status */
+ status;
/** true if serviced_query is scheduled for deletion already */
int to_be_deleted;
/** number of UDP retries */
repevt_back_query,
/** an error happens to outbound query */
repevt_error
- } evt_type;
+ }
+ /** variable with what is to happen this moment */
+ evt_type;
/** The sent packet must match this. Incoming events, the data. */
struct entry* match;
comm_tcp,
/** AF_UNIX socket - for internal commands. */
comm_local
- } type;
+ }
+ /** variable with type of socket, UDP,TCP-accept,TCP,pipe */
+ type;
/* ---------- Behaviour ----------- */
/** if set the connection is NOT closed on delete. */