dcsctp: Add priority to dcsctp handover state

Adding it as a separate CL to allow upstream code to support it.

Bug: webrtc:5696
Change-Id: I817a09e1b1121e5baf88b9922f84a2de245e6cc2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264447
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Auto-Submit: Victor Boivie <boivie@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37046}
This commit is contained in:
Victor Boivie 2022-05-30 16:29:44 +02:00 committed by WebRTC LUCI CQ
parent 30cc7d6199
commit 1533f09229

View File

@ -48,6 +48,7 @@ struct DcSctpSocketHandoverState {
uint32_t next_ssn = 0;
uint32_t next_unordered_mid = 0;
uint32_t next_ordered_mid = 0;
uint16_t priority = 0;
};
struct Transmission {
uint32_t next_tsn = 0;