udp: refactor udp code
[vpp.git] / src / vnet / session / stream_session.h
index 1ed6e0b..51d5065 100644 (file)
@@ -43,6 +43,7 @@ typedef enum
   SESSION_STATE_CONNECTING,
   SESSION_STATE_ACCEPTING,
   SESSION_STATE_READY,
+  SESSION_STATE_CONNECTING_READY,
   SESSION_STATE_CLOSED,
   SESSION_STATE_N_STATES,
 } stream_session_state_t;