24 July 2007: Wouter
- Example section in config manual.
+ - Addr stored for range and moment in replay.
20 July 2007: Wouter
- Check CNAME chain before returning cache entry with CNAMEs.
/** The sent packet must match this. Incoming events, the data. */
struct entry* match;
+ /** address that must be matched, or packet remote host address. */
+ struct sockaddr_storage addr;
+ /** length of addr, if 0, then any address will do */
+ socklen_t addrlen;
+
/** what pending query should timeout or is answered. or
* NULL for last sent query.
* Unused at this time.
int start_step;
/** end step of time range. */
int end_step;
+ /** address of where this range is served. */
+ struct sockaddr_storage addr;
+ /** length of addr, if 0, then any address will do */
+ socklen_t addrlen;
/** Matching list */
struct entry* match;