struct tcp_move_action
Overview
Actions must be performed to move from one TCP state to another More…
#include <tapi_tcp_states.h> struct tcp_move_action { // fields rpc_tcp_state state_from; rpc_tcp_state state_to; tsa_handler tst_act; tsa_handler iut_act; };
Detailed Documentation
Actions must be performed to move from one TCP state to another
Fields
rpc_tcp_state state_to
Current TCP state
tsa_handler tst_act
Next TCP state
tsa_handler iut_act
Action on the TST side