:orphan: .. index:: pair: enum; tsa_flags .. _doxid-group__tapi__tcp__states__def_1gab28464b0efe8701cf3f738c96adc707e: enum tsa_flags ============== Overview ~~~~~~~~ Flags used by various functions in library :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tsa_flags { :ref:`TSA_TST_USE_REUSEADDR` = 0x1, :ref:`TSA_NO_CONNECTIVITY_CHANGE` = 0x2, :ref:`TSA_ACT_TIMEOUT` = 0x4, :ref:`TSA_ACT_RST` = 0x8, :ref:`TSA_MOVE_IGNORE_ERR` = 0x10, :ref:`TSA_MOVE_IGNORE_START_ERR` = 0x20, :ref:`TSA_ESTABLISH_PASSIVE` = 0x40, :ref:`TSA_NO_CFG_WAIT_CHANGES` = 0x80, }; .. _details-group__tapi__tcp__states__def_1gab28464b0efe8701cf3f738c96adc707e: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Flags used by various functions in library Enum Values ----------- .. index:: pair: enumvalue; TSA_TST_USE_REUSEADDR .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea337c15bcd0c7ce933a39e072ca80ff21: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_TST_USE_REUSEADDR Set SO_REUSEADDR option on TESTER socket .. index:: pair: enumvalue; TSA_NO_CONNECTIVITY_CHANGE .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707eab8fff4de1141b3c74a1b0dd9c70f5582: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_NO_CONNECTIVITY_CHANGE Do not use breaking/repairing connection to control transmission of TCP packets .. index:: pair: enumvalue; TSA_ACT_TIMEOUT .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707eaed07861d966cc0c575e936add3cdc872: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_ACT_TIMEOUT Use time waiting to move from one TCP state to another if possible .. index:: pair: enumvalue; TSA_ACT_RST .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea3f0b653790eb7c491b153c936d630b99: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_ACT_RST Use sending RST to move from one TCP state to another if possible .. index:: pair: enumvalue; TSA_MOVE_IGNORE_ERR .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea5113cdd439a578825e796f59a7904634: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_MOVE_IGNORE_ERR Ignore errors of achieving not expected TCP state when performing TCP states transition (it is useful when we don't use beaking/repairing connection in TSA_TST_SOCKET mode and do not see states like TCP_LAST_ACK) .. index:: pair: enumvalue; TSA_MOVE_IGNORE_START_ERR .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea463318fb5bb1b5162e2b5f691cebee0f: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_MOVE_IGNORE_START_ERR It has the same effect as TSA_MOVE_IGNORE_ERR but only in :ref:`tsa_do_moves_str() ` when it's required to move to some starting state before performing transition specified. .. index:: pair: enumvalue; TSA_ESTABLISH_PASSIVE .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea416332ee1dae3c7a0e3b755a3fd6e4cc: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_ESTABLISH_PASSIVE Use passive opening of TCP connection to obtain TCP_ESTABLISHED state .. index:: pair: enumvalue; TSA_NO_CFG_WAIT_CHANGES .. _doxid-group__tapi__tcp__states__def_1ggab28464b0efe8701cf3f738c96adc707ea7d8da603a1fd567c55f671c5a54df855: .. ref-code-block:: cpp :class: doxyrest-title-code-block TSA_NO_CFG_WAIT_CHANGES Do not Wait for changes in connectivity