:orphan: .. index:: pair: struct; tapi_netperf_test_opt .. _doxid-structtapi__netperf__test__opt: struct tapi_netperf_test_opt ============================ .. toctree:: :hidden: Overview ~~~~~~~~ Test specific command line options. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_netperf_test_opt { // fields tapi_netperf_test_type :ref:`type`; int32_t :ref:`request_size`; int32_t :ref:`response_size`; struct tapi_netperf_test_opt::@86::@88 :target:`rr`; int32_t :ref:`buffer_send`; int32_t :ref:`buffer_recv`; int32_t :ref:`local_sock_buf`; int32_t :ref:`remote_sock_buf`; struct tapi_netperf_test_opt::@86::@89 :target:`stream`; }; .. _details-structtapi__netperf__test__opt: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test specific command line options. Fields ------ .. index:: pair: variable; type .. _doxid-structtapi__netperf__test__opt_1a029dc215846053bb41cdf6c18fad8279: .. ref-code-block:: cpp :class: doxyrest-title-code-block tapi_netperf_test_type type Type of test .. index:: pair: variable; request_size .. _doxid-structtapi__netperf__test__opt_1a72ccfd1e2e47462f6aa678edbaff59cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t request_size Request size. May be ``-1`` (Default request size = 1 will be set) .. index:: pair: variable; response_size .. _doxid-structtapi__netperf__test__opt_1a0566805503df539498641165cfa97f62: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t response_size Response size. May be ``-1`` (Respone size will be the same as request_size) .. index:: pair: variable; buffer_send .. _doxid-structtapi__netperf__test__opt_1a91b3a96143fe4ed4ff0c9e3baa33f0b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t buffer_send Size of the buffer passed-in to the "send" calls. May be ``-1`` (use the system's default socket buffer sizes). .. index:: pair: variable; buffer_recv .. _doxid-structtapi__netperf__test__opt_1a95e895d96ca7784586d4d376ad3e7e88: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t buffer_recv Size of the buffer passed-in to the "receive" calls. May be ``-1`` (use the system's default socket buffer sizes). .. index:: pair: variable; local_sock_buf .. _doxid-structtapi__netperf__test__opt_1a3907f4f7f52aa8d331f02abf66eac359: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t local_sock_buf This option sets the local (netperf) send and receive socket buffer size for the data connection to the value(s) specified. May be ``-1`` (use the system's default socket buffer sizes) .. index:: pair: variable; remote_sock_buf .. _doxid-structtapi__netperf__test__opt_1a795aa873432d17101e32b578dfd23d74: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t remote_sock_buf This option sets the remote (netserver) send and receive socket buffer size for the data connection to the value(s) specified. May be ``-1`` (use the system's default socket buffer sizes)