Configurations#
Macros#
#define
SL_IPERF_BUFFER_SIZE 1232U
Server receiver buffer size.
#define
Default bandwidth in bits/sec.
#define
Default sending time in millisec.
#define
Default statistic update interval.
#define
Set json formatted log indent in space count.
#define
Maximum possible additional test timeout after duration time.
#define
Set test message queue size.
#define
Default Server port.
#define
Set the address length buffer size.
#define
Set test thread stack size in word depth.
#define
Enable verbose prints.
Macro Definition Documentation#
SL_IPERF_CLIENT_DEFAULT_BANDWIDTH_BPS#
#define SL_IPERF_CLIENT_DEFAULT_BANDWIDTH_BPSValue:
20000U
Default bandwidth in bits/sec.
SL_IPERF_CLIENT_DEFAULT_SEND_TIME_MS#
#define SL_IPERF_CLIENT_DEFAULT_SEND_TIME_MSValue:
10000U
Default sending time in millisec.
SL_IPERF_DEFAULT_INTERVAL_MS#
#define SL_IPERF_DEFAULT_INTERVAL_MSValue:
1000U
Default statistic update interval.
SL_IPERF_LOG_JSON_INDENT#
#define SL_IPERF_LOG_JSON_INDENTValue:
2U
Set json formatted log indent in space count.
SL_IPERF_MAX_TEST_TIMEOUT_MS#
#define SL_IPERF_MAX_TEST_TIMEOUT_MSValue:
2000U
Maximum possible additional test timeout after duration time.
SL_IPERF_MESSAGE_QUEUE_SIZE#
#define SL_IPERF_MESSAGE_QUEUE_SIZEValue:
16U
Set test message queue size.
SL_IPERF_SOCKET_ADDR_LEN#
#define SL_IPERF_SOCKET_ADDR_LENValue:
32U
Set the address length buffer size.
SL_IPERF_STACK_SIZE_WORD#
#define SL_IPERF_STACK_SIZE_WORDValue:
256U
Set test thread stack size in word depth.