webrtc/net/dcsctp/rx
Victor Boivie 4fbf555989 dcsctp: Make use of log_prefix consistent
The log_prefix frequently used in dcSCTP is intended to be used
to separate logs from different sockets within the same log output,
typically in unit tests. Every log entry always has the file and
line, so it's not important to add more information to the log prefix
that indicates _where_ it's logged. So those have been removed.

Also, since log_prefix is a string (typically 32 bytes) and it's
never changing during the lifetime of the socket, pass and store it
as a absl::string_view to save memory.

Bug: None
Change-Id: I10466710ca6c2badfcd3adc5630426a90ca74204
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274704
Commit-Queue: Victor Boivie <boivie@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39571}
2023-03-15 22:15:05 +00:00
..
BUILD.gn Remove all usage of //rtc_base target 2023-01-16 14:36:06 +00:00
data_tracker.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
data_tracker.h dcsctp: Make use of log_prefix consistent 2023-03-15 22:15:05 +00:00
data_tracker_test.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
interleaved_reassembly_streams.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
interleaved_reassembly_streams.h dcsctp: Make use of log_prefix consistent 2023-03-15 22:15:05 +00:00
interleaved_reassembly_streams_test.cc dcsctp: Add interleaved reassembly streams 2022-06-05 22:11:33 +00:00
reassembly_queue.cc dcsctp: Make use of log_prefix consistent 2023-03-15 22:15:05 +00:00
reassembly_queue.h dcsctp: Make use of log_prefix consistent 2023-03-15 22:15:05 +00:00
reassembly_queue_test.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
reassembly_streams.cc dcsctp: Add interleaved reassembly streams 2022-06-05 22:11:33 +00:00
reassembly_streams.h dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
traditional_reassembly_streams.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00
traditional_reassembly_streams.h dcsctp: Make use of log_prefix consistent 2023-03-15 22:15:05 +00:00
traditional_reassembly_streams_test.cc dcsctp: Restore from handover as separate methods 2022-06-30 22:09:04 +00:00