webrtc/net/dcsctp/socket
Sergey Silkin ebc4d3edd5 Move StrJoin to rtc_base/strings
A similar function was defined in rtc_base/openssl_adapter. Moving it from net/dcsctp/common/ to rtc_base/strings/. I'm planning to use StrJoin in a video codec test (a follow-up change).

Bug: webrtc:14852
Change-Id: Ie657c03e7f9fb52c189c127af6f66ec505b512ae
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327322
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41166}
2023-11-15 12:10:28 +00:00
..
BUILD.gn Move StrJoin to rtc_base/strings 2023-11-15 12:10:28 +00:00
callback_deferrer.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
callback_deferrer.h dcsctp: Add Now() callback 2023-11-10 15:23:13 +00:00
capabilities.h Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
context.h dcsctp: Convert timers to rtc::TimeDelta 2023-11-07 21:42:15 +00:00
dcsctp_socket.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
dcsctp_socket.h dcsctp: Convert timers to rtc::TimeDelta 2023-11-07 21:42:15 +00:00
dcsctp_socket_network_test.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
dcsctp_socket_test.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
DEPS dcsctp: Add network/throughput tests 2021-09-30 07:59:58 +00:00
heartbeat_handler.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
heartbeat_handler.h dcsctp: Convert timers to rtc::TimeDelta 2023-11-07 21:42:15 +00:00
heartbeat_handler_test.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
mock_context.h dcsctp: Migrate non-Timer related to rtc::TimeDelta 2023-11-06 19:55:22 +00:00
mock_dcsctp_socket_callbacks.h dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
packet_sender.cc Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
packet_sender.h Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
packet_sender_test.cc dcsctp: Add PacketSender 2021-08-16 20:19:53 +00:00
state_cookie.cc Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
state_cookie.h Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
state_cookie_test.cc Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00
stream_reset_handler.cc Move StrJoin to rtc_base/strings 2023-11-15 12:10:28 +00:00
stream_reset_handler.h dcsctp: Convert timers to rtc::TimeDelta 2023-11-07 21:42:15 +00:00
stream_reset_handler_test.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
transmission_control_block.cc dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
transmission_control_block.h dcsctp: Convert use of TimeMs to webrtc::Timestamp 2023-11-12 21:12:29 +00:00
transmission_control_block_test.cc Reapply "dcsctp: Negotiate zero checksum" 2023-09-23 21:33:52 +00:00