:orphan: .. index:: pair: struct; tcp_move_action .. _doxid-structtcp__move__action: struct tcp_move_action ====================== .. toctree:: :hidden: Overview ~~~~~~~~ Actions must be performed to move from one TCP state to another :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tcp_move_action { // fields :ref:`rpc_tcp_state` :target:`state_from`; :ref:`rpc_tcp_state` :ref:`state_to`; :ref:`tsa_handler` :ref:`tst_act`; :ref:`tsa_handler` :ref:`iut_act`; }; .. _details-structtcp__move__action: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Actions must be performed to move from one TCP state to another Fields ------ .. index:: pair: variable; state_to .. _doxid-structtcp__move__action_1a9e5ed50ade33ca2313aa09046ae2f19a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rpc_tcp_state` state_to Current TCP state .. index:: pair: variable; tst_act .. _doxid-structtcp__move__action_1ae5adfe89fd6f89d5c8e0855898dc8db9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tsa_handler` tst_act Next TCP state .. index:: pair: variable; iut_act .. _doxid-structtcp__move__action_1af63bef27024d303cb5267c13e1002545: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tsa_handler` iut_act Action on the TST side