webrtc/net/dcsctp
Evan Shrubsole aa5897dcc5 Add conformance tests for integer unwrapping.
This tests all of the known integer unwrappers in WebRTC
* rtc::TimestampWrapAroundHandler
* webrtc::Unwrapper<T>
* webrtc::SequenceNumberUnwrapper<T>
* dcsctp::UnwrappedSequenceNumber

The conformance tests show differences between in behavior between the
unwrappers.

This change also adds const accessors for the internal values of dcsctp::UnwrappedSequenceNumber.

Bug: webrtc:13982
Change-Id: Ia1b483d7ef5ceb43fa4d93013a76cd0251a58c22
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287620
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38900}
2022-12-15 13:22:18 +00:00
..
common Add conformance tests for integer unwrapping. 2022-12-15 13:22:18 +00:00
fuzzers dcsctp: Generate lifecycle events 2022-07-06 08:04:15 +00:00
packet Fix several UBsan issues with memcpy 2022-09-14 09:35:39 +00:00
public dcsctp: Expose negotiated stream counts 2022-08-23 08:51:38 +00:00
rx dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
socket dcsctp: Only send packets if there is a TCB 2022-09-07 21:47:05 +00:00
testing Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
timer Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable 2022-07-20 08:15:08 +00:00
tx Add missing dependencies. 2022-10-10 10:18:37 +00:00
BUILD.gn dcsctp: Add socket fuzzer helper 2021-05-12 15:06:17 +00:00
OWNERS dcsctp: Add OWNERS file 2021-04-20 10:42:58 +00:00