mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
![]() Before this CL, some components, e.g. the SendQueue, was first created and then later restored from handover state, while some were created from the handover state, as an optional parameter to their constructors. This CL will make it consistent, by always creating the components in a pristine state, and then modifying it when restoring them from handover state. The name "RestoreFromState" was used to be consistent with SendQueue and the socket. This is just refactoring. Bug: None Change-Id: Ifad2d2e84a74a12a93abbfb0fe1027ebb9580e73 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267006 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Victor Boivie <boivie@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37384} |
||
---|---|---|
.. | ||
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 |