mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-15 06:40:43 +01:00
![]() 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} |
||
---|---|---|
.. | ||
BUILD.gn | ||
data_tracker.cc | ||
data_tracker.h | ||
data_tracker_test.cc | ||
interleaved_reassembly_streams.cc | ||
interleaved_reassembly_streams.h | ||
interleaved_reassembly_streams_test.cc | ||
reassembly_queue.cc | ||
reassembly_queue.h | ||
reassembly_queue_test.cc | ||
reassembly_streams.cc | ||
reassembly_streams.h | ||
traditional_reassembly_streams.cc | ||
traditional_reassembly_streams.h | ||
traditional_reassembly_streams_test.cc |