Data Structures | |
struct | probe_params_s |
struct | packet_stats_s |
Defines | |
#define | DEFAULT_PACKET_TOS IPTOS_RELIABILITY |
Typedefs | |
typedef probe_params_s | probe_params_t |
typedef packet_stats_s | packet_stats_t |
Functions | |
int | config_read (int check) |
This header file defines macros and data structures for the probe initiator (client).
#define DEFAULT_PACKET_TOS IPTOS_RELIABILITY |
Default values of probe packet fields
typedef struct packet_stats_s packet_stats_t |
Probe statistics data structure
typedef struct probe_params_s probe_params_t |
Probe parameter data structure
int config_read | ( | int check | __unused | ) |
Initialize probe parameters to default value and read probe configuration.
[in] | check | 1 if this function being invoked because of a commit check |