enum tapi_perf_error

Overview

List of possible network throughput test tool errors. More…

#include <tapi_performance.h>

enum tapi_perf_error {
    TAPI_PERF_ERROR_FORMAT,
    TAPI_PERF_ERROR_READ,
    TAPI_PERF_ERROR_WRITE_CONN_RESET,
    TAPI_PERF_ERROR_CONNECT,
    TAPI_PERF_ERROR_NOROUTE,
    TAPI_PERF_ERROR_BIND,
    TAPI_PERF_ERROR_SOCKET_CLOSED,
    TAPI_PERF_ERROR_MAX,
};

Detailed Documentation

List of possible network throughput test tool errors.

Enum Values

TAPI_PERF_ERROR_FORMAT

Wrong report format.

TAPI_PERF_ERROR_READ

Read failed.

TAPI_PERF_ERROR_WRITE_CONN_RESET

Write failed. Connection reset.

TAPI_PERF_ERROR_CONNECT

Connect failed.

TAPI_PERF_ERROR_NOROUTE

No route to host.

TAPI_PERF_ERROR_BIND

Bind failed.

TAPI_PERF_ERROR_SOCKET_CLOSED

Socket closed unexpectedly.

TAPI_PERF_ERROR_MAX

Not error, but elements number.