webrtc/net/dcsctp/socket
Danil Chapovalov 46cc32d89f Replace ABSL_FALLTHROUGH_INTENDED with c++17 attribute
the new spelling is more standard and more compact, in particular doesn't need extra include and thus dependency

Bug: None
Change-Id: Iaea69d2154e4d9eff2468514f5734cb3fe016ff8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/245080
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35709}
2022-01-17 14:55:02 +00:00
..
BUILD.gn dcsctp: Add network/throughput tests 2021-09-30 07:59:58 +00:00
callback_deferrer.cc dcsctp: Ensure callbacks are always triggered 2021-09-29 08:17:27 +00:00
callback_deferrer.h dcsctp: Ensure callbacks are always triggered 2021-09-29 08:17:27 +00:00
capabilities.h dcsctp: Add Transmission Control Block 2021-04-28 22:45:03 +00:00
context.h
dcsctp_socket.cc Replace ABSL_FALLTHROUGH_INTENDED with c++17 attribute 2022-01-17 14:55:02 +00:00
dcsctp_socket.h dcsctp: Add sequence checker to socket 2021-09-30 11:25:18 +00:00
dcsctp_socket_network_test.cc dcsctp: Don't run network tests with TSAN or MSAN 2021-10-28 15:01:40 +00:00
dcsctp_socket_test.cc Revert "dcsctp: Use rtc::CopyOnWriteBuffer" 2021-12-02 12:33:46 +00:00
DEPS dcsctp: Add network/throughput tests 2021-09-30 07:59:58 +00:00
heartbeat_handler.cc dcsctp: Avoid integer overflow in HEARTBEAT-ACK v2 2021-10-08 11:06:11 +00:00
heartbeat_handler.h dcsctp: Add Heartbeat Handler 2021-04-25 20:40:18 +00:00
heartbeat_handler_test.cc dcsctp: Avoid integer overflow in HEARTBEAT-ACK 2021-09-27 10:52:46 +00:00
mock_context.h dcsctp: Add API to indicate packet send status 2021-08-16 11:29:47 +00:00
mock_dcsctp_socket_callbacks.h dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API 2021-09-17 15:19:01 +00:00
packet_sender.cc dcsctp: Add PacketSender 2021-08-16 20:19:53 +00:00
packet_sender.h dcsctp: Add PacketSender 2021-08-16 20:19:53 +00:00
packet_sender_test.cc dcsctp: Add PacketSender 2021-08-16 20:19:53 +00:00
state_cookie.cc dcsctp: Add Socket 2021-05-01 07:16:21 +00:00
state_cookie.h dcsctp: Add Socket 2021-05-01 07:16:21 +00:00
state_cookie_test.cc dcsctp: Detect the peer SCTP implementation 2021-09-28 05:10:45 +00:00
stream_reset_handler.cc dssctp: support socket handover in StreamResetHandler 2021-09-16 11:33:21 +00:00
stream_reset_handler.h dssctp: support socket handover in StreamResetHandler 2021-09-16 11:33:21 +00:00
stream_reset_handler_test.cc dcsctp: support handover state serialization testing 2021-09-20 10:08:58 +00:00
transmission_control_block.cc dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API 2021-09-17 15:19:01 +00:00
transmission_control_block.h dcsctp: implement socket handover in the DcSctpSocket class and expose the functionality in the API 2021-09-17 15:19:01 +00:00