webrtc/net/dcsctp/packet
Victor Boivie ee0270b67c dcsctp: Rename message_id to mid
MID is a RFC8260 property on an I-DATA chunk, replacing the SSN property
on the DATA chunk in non-interleaved message. The MID stands for
"Message Identifier", and it was frequently named "message_id" in the
source code, but sometimes "mid". To be consistent and using the same
terminology as is most common in the RFC, use "mid" everywhere.

This was triggered by the need to introduce yet another "message
identifier" - but for now, this is just a refacotring CL.

Bug: None
Change-Id: I9cca898d9f3a2f162d6f2e4508ec1b4bc8d7308f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/322500
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40876}
2023-10-05 18:48:21 +00:00
..
chunk dcsctp: Rename message_id to mid 2023-10-05 18:48:21 +00:00
error_cause dcsctp: Prevent overflow of missing parameters 2021-06-09 14:12:53 +00:00
parameter dcsctp: add zero checksum acceptable chunk parameter 2023-03-28 12:15:39 +00:00
bounded_byte_reader.h dcsctp: Do explicit bounds checking in bounded IO 2021-06-16 13:02:32 +00:00
bounded_byte_reader_test.cc
bounded_byte_writer.h Fix several UBsan issues with memcpy 2022-09-14 09:35:39 +00:00
bounded_byte_writer_test.cc
BUILD.gn dcsctp: add zero checksum acceptable chunk parameter 2023-03-28 12:15:39 +00:00
chunk_validators.cc dcsctp: Report duplicate TSNs 2021-05-19 12:57:03 +00:00
chunk_validators.h dcsctp: Add Chunk Validators 2021-04-20 13:37:22 +00:00
chunk_validators_test.cc dcsctp: Add Chunk Validators 2021-04-20 13:37:22 +00:00
crc32c.cc dcsctp: Use third_party/crc32c for integrity check 2021-04-27 10:12:44 +00:00
crc32c.h dcsctp: Add CRC32C generator 2021-03-31 15:02:02 +00:00
crc32c_test.cc dcsctp: Add CRC32C generator 2021-03-31 15:02:02 +00:00
data.h dcsctp: Rename message_id to mid 2023-10-05 18:48:21 +00:00
sctp_packet.cc Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
sctp_packet.h Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
sctp_packet_test.cc Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
tlv_trait.cc dcsctp: Add TLV trait 2021-03-31 12:52:38 +00:00
tlv_trait.h dcsctp: Fix iOS build errors 2021-05-04 10:11:15 +00:00
tlv_trait_test.cc dcsctp: Enforce variable length TLV minimum length 2021-04-08 15:33:16 +00:00