tcp: fix fin_wait_1 condition to send fin
[vpp.git] / src / vnet / session / stream_session.h
index c335c5b..79a6839 100644 (file)
@@ -33,6 +33,7 @@ typedef enum
   SESSION_STATE_OPENED,
   SESSION_STATE_TRANSPORT_CLOSING,
   SESSION_STATE_CLOSING,
+  SESSION_STATE_CLOSED_WAITING,
   SESSION_STATE_CLOSED,
   SESSION_STATE_N_STATES,
 } stream_session_state_t;