CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
The declarations in this header file correspond to the definitions in run_test_generic.c. More...
#include "test_args.h"
Go to the source code of this file.
Macros | |
#define | STATS_WINDOW_STATIC_HEIGHT (4) |
Height of stats window. | |
Functions | |
bool | RunTestGeneric (TestSettings *test_settings_ptr, int max_test_settings_entries, int num_connections) |
The declarations in this header file correspond to the definitions in run_test_generic.c.
bool RunTestGeneric | ( | TestSettings * | test_settings_ptr, |
int | max_test_settings_entries, | ||
int | num_connections ) |
Runs a test using the test parameters provided by the user.
test_settings_ptr | Pointer to an array of user-supplied test settings for all connections. |
max_test_settings_entries | The maximum number of test settings structures that the test_settings array can hold. |
num_connections | The number of connections to create. |