unbound  0.1
Data Fields
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

time range when this is valid.

Including start and end step.

Referenced by pending_find_match(), and replay_range_read().

end step of time range.

Referenced by pending_find_match(), and replay_range_read().

struct sockaddr_storage replay_range::addr

address of where this range is served.

Referenced by pending_find_match(), and replay_range_read().

next in list of time ranges.

Referenced by pending_find_match(), replay_scenario_delete(), and replay_scenario_read().


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