diff --git a/net/dcsctp/public/dcsctp_handover_state.h b/net/dcsctp/public/dcsctp_handover_state.h index f277ebc02c..8cc8096cde 100644 --- a/net/dcsctp/public/dcsctp_handover_state.h +++ b/net/dcsctp/public/dcsctp_handover_state.h @@ -67,9 +67,11 @@ struct DcSctpSocketHandoverState { struct OrderedStream { uint32_t id = 0; uint32_t next_ssn = 0; + uint32_t next_mid = 0; }; struct UnorderedStream { uint32_t id = 0; + uint32_t next_mid = 0; }; struct Receive { bool seen_packet = false;