Flowgrind
Advanced TCP traffic generator
trafgen_options Struct Reference

Options for stochastic traffic generation. More...

#include <common.h>

Data Fields

enum distribution_t distribution
 The stochastic distribution to draw values from. More...
 
double param_one
 First mathemathical parameter of the distribution. More...
 
double param_two
 Second mathematical parameter of the distribution, if required. More...
 

Detailed Description

Options for stochastic traffic generation.

Definition at line 166 of file common.h.

Field Documentation

◆ distribution

enum distribution_t trafgen_options::distribution

The stochastic distribution to draw values from.

Definition at line 168 of file common.h.

◆ param_one

double trafgen_options::param_one

First mathemathical parameter of the distribution.

Definition at line 170 of file common.h.

◆ param_two

double trafgen_options::param_two

Second mathematical parameter of the distribution, if required.

Definition at line 172 of file common.h.


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