mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 16:47:50 +01:00
![]() When a timer expires, it can optionally return a new expiration value. Clearly, that value can't be zero, as that would make it expire immediately again. To simplify the interface, and make it easier to migrate to rtc::TimeDelta, change it from an optional value to an always-present value that - if zero - means that the expiration time should be unchanged. This is just an internal refactoring, and not part of any external interface. Bug: webrtc:15593 Change-Id: I6e7010d2dbe774ccb260e14fd6b9861c319e2411 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/325281 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Florent Castelli <orphis@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41045} |
||
---|---|---|
.. | ||
BUILD.gn | ||
callback_deferrer.cc | ||
callback_deferrer.h | ||
capabilities.h | ||
context.h | ||
dcsctp_socket.cc | ||
dcsctp_socket.h | ||
dcsctp_socket_network_test.cc | ||
dcsctp_socket_test.cc | ||
DEPS | ||
heartbeat_handler.cc | ||
heartbeat_handler.h | ||
heartbeat_handler_test.cc | ||
mock_context.h | ||
mock_dcsctp_socket_callbacks.h | ||
packet_sender.cc | ||
packet_sender.h | ||
packet_sender_test.cc | ||
state_cookie.cc | ||
state_cookie.h | ||
state_cookie_test.cc | ||
stream_reset_handler.cc | ||
stream_reset_handler.h | ||
stream_reset_handler_test.cc | ||
transmission_control_block.cc | ||
transmission_control_block.h | ||
transmission_control_block_test.cc |