:orphan: .. index:: pair: struct; tapi_wrk_socket_errors .. _doxid-structtapi__wrk__socket__errors: struct tapi_wrk_socket_errors ============================= .. toctree:: :hidden: Overview ~~~~~~~~ Statistics of socket errors :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_wrk_socket_errors { // fields unsigned int :ref:`connect`; unsigned int :ref:`read`; unsigned int :ref:`write`; unsigned int :ref:`timeout`; }; .. _details-structtapi__wrk__socket__errors: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Statistics of socket errors Fields ------ .. index:: pair: variable; connect .. _doxid-structtapi__wrk__socket__errors_1ac62348b2cd6c9c382b318c8c15aa0c5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int connect Amount of connect socket errors .. index:: pair: variable; read .. _doxid-structtapi__wrk__socket__errors_1a9fc590d75c6e8d2da0e4cdf157f0f860: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int read Amount of read socket errors .. index:: pair: variable; write .. _doxid-structtapi__wrk__socket__errors_1a093d3dc7e200b5fec6c450067daf4b86: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int write Amount of write socket errors .. index:: pair: variable; timeout .. _doxid-structtapi__wrk__socket__errors_1a5cb36ca4e83181217d742b86b19142e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int timeout Amount of timeout socket errors