unbound 0.1
replay_range Struct Reference

Range of timesteps, and canned replies to matching queries. More...

#include <replay.h>

Data Fields

int start_step
 time range when this is valid.
int end_step
 end step of time range.
struct sockaddr_storage addr
 address of where this range is served.
socklen_t addrlen
 length of addr, if 0, then any address will do
struct entrymatch
 Matching list.
struct replay_rangenext_range
 next in list of time ranges.

Detailed Description

Range of timesteps, and canned replies to matching queries.

Field Documentation

◆ start_step

int replay_range::start_step

time range when this is valid.

Including start and end step.

Referenced by pending_find_match(), and replay_range_read().


The documentation for this struct was generated from the following file: