Basic state tracking for SCTP. This means we scan through the packet to
identify the different chunks (so we can identify state changes).
MFC after: 3 weeks
Sponsored by: Orange Business Services
Differential D40862
pf: initial SCTP support kp on Jul 4 2023, 7:11 AM. Authored by Tags None Referenced Files
Details
Basic state tracking for SCTP. This means we scan through the packet to MFC after: 3 weeks
Diff Detail
Event Timeline
Comment Actions Improve validation of INIT chunks initiate_tag, num_inbound_streams and num_outbound_streams may not be zero. Ensure that the INIT chunk is the only chunk in the packet. |