webrtc/net/dcsctp/common
Victor Boivie 83c726f3e5 dcsctp: UnwrappedSequenceNumber use StrongAlias
As this library will only use StrongAlias types for all its
sequence numbers, the UnwrappedSequenceNumber class should use those
types and not the primitive underlying types (e.g. uint32_t).

This makes e.g. Unwrap() return a strong type, which is preferred.

Bug: webrtc:12614
Change-Id: Icd0900c643a1988d1a3bbf49d87b4d4d1bbfbf1f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213663
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33651}
2021-04-08 09:44:14 +00:00
..
BUILD.gn
internal_types.h dcsctp: Add parameters, error causes and chunks 2021-04-06 10:28:18 +00:00
math.h
math_test.cc
pair_hash.h
pair_hash_test.cc
sequence_numbers.h dcsctp: UnwrappedSequenceNumber use StrongAlias 2021-04-08 09:44:14 +00:00
sequence_numbers_test.cc dcsctp: UnwrappedSequenceNumber use StrongAlias 2021-04-08 09:44:14 +00:00
str_join.h
str_join_test.cc