struct tapi_wrk_socket_errors

Overview

Statistics of socket errors More…

#include <tapi_wrk.h>

struct tapi_wrk_socket_errors {
    // fields

    unsigned int connect;
    unsigned int read;
    unsigned int write;
    unsigned int timeout;
};

Detailed Documentation

Statistics of socket errors

Fields

unsigned int connect

Amount of connect socket errors

unsigned int read

Amount of read socket errors

unsigned int write

Amount of write socket errors

unsigned int timeout

Amount of timeout socket errors