webrtc/p2p/base
Artem Titov edacbd53de Reland "Implement packets_(sent | received) for RTCTransportStats"
This is a reland of fb6f975401. Related
issue in chromium is fixed here:
https://chromium-review.googlesource.com/c/chromium/src/+/2287294

Original change's description:
> Implement packets_(sent | received) for RTCTransportStats
>
> Bug: webrtc:11756
> Change-Id: Ic0caad6d4675969ef3ae886f50326e4a2e1cbfe7
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178741
> Reviewed-by: Tommi <tommi@webrtc.org>
> Reviewed-by: Henrik Boström <hbos@webrtc.org>
> Commit-Queue: Artem Titov <titovartem@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#31643}

Bug: webrtc:11756
Change-Id: I1e310e3d23248500eb7dabd23d0ce6c4ec4cb8c6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178871
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31700}
2020-07-10 11:50:59 +00:00
..
async_stun_tcp_socket.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
async_stun_tcp_socket.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
async_stun_tcp_socket_unittest.cc AsyncTCPSocket: try sending outgoing data until EWOULDBLOCK 2020-02-03 21:19:57 +00:00
basic_async_resolver_factory.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
basic_async_resolver_factory.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
basic_async_resolver_factory_unittest.cc BasicAsyncResolverFactoryTest: fix leak. 2020-05-25 18:19:46 +00:00
basic_ice_controller.cc Modify IceControllerInterface::SelectConnectionToPing - step 2 2020-03-27 08:02:01 +00:00
basic_ice_controller.h Modify IceControllerInterface::SelectConnectionToPing - step 1 2020-03-26 13:33:05 +00:00
basic_packet_socket_factory.cc Remove OpenSSLAdapter restartable_ data member. 2020-04-14 09:01:23 +00:00
basic_packet_socket_factory.h Prepare to move packet_socket_factory to api/. 2019-09-06 09:09:02 +00:00
candidate_pair_interface.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
connection.cc Reland "Implement packets_(sent | received) for RTCTransportStats" 2020-07-10 11:50:59 +00:00
connection.h Implement Connection::ForgetLearnedState() 2020-03-27 08:24:43 +00:00
connection_info.cc Reland "Implement packets_(sent | received) for RTCTransportStats" 2020-07-10 11:50:59 +00:00
connection_info.h Reland "Implement packets_(sent | received) for RTCTransportStats" 2020-07-10 11:50:59 +00:00
default_ice_transport_factory.cc Make IceController injectable 2019-11-22 19:45:32 +00:00
default_ice_transport_factory.h Make ICE transports injectable. 2019-11-15 21:31:19 +00:00
dtls_transport.cc Temporarily increase DTLS buffer size to 2. 2020-04-03 02:48:44 +00:00
dtls_transport.h Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +00:00
dtls_transport_factory.h Make ICE transports injectable. 2019-11-15 21:31:19 +00:00
dtls_transport_internal.cc Datagram Transport Integration 2019-05-23 23:36:05 +00:00
dtls_transport_internal.h Implement crypto stats on DTLS transport 2019-10-28 11:30:23 +00:00
dtls_transport_unittest.cc Refactor ssl_stream_adapter API to show object ownership 2020-03-21 18:53:46 +00:00
fake_dtls_transport.h Make SCTPtransport enter "closed" state when DTLStransport does. 2019-11-16 14:56:01 +00:00
fake_ice_transport.h Unbreak ICE renomination 2020-03-03 13:26:27 +00:00
fake_packet_transport.h Create a composite implementation of RtpTransportInternal. 2019-05-28 23:18:49 +00:00
fake_port_allocator.h Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
ice_controller_factory_interface.h Extend IceControllerFactoryArgs with field trial string 2020-04-27 07:00:04 +00:00
ice_controller_interface.cc Add IceControllerEvent::ICE_CONTROLLER_RECHECK 2019-12-03 10:17:09 +00:00
ice_controller_interface.h Add forget_learned_state to IceControllerInterface 2020-06-08 07:46:54 +00:00
ice_credentials_iterator.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_credentials_iterator_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ice_transport_internal.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ice_transport_internal.h Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
mdns_message.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_message.h Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_message_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mock_async_resolver.h In p2p/ replace mock macros with unified MOCK_METHOD macro 2020-05-25 08:33:50 +00:00
mock_ice_transport.h In p2p/ replace mock macros with unified MOCK_METHOD macro 2020-05-25 08:33:50 +00:00
p2p_constants.cc Stop pairing local relay candidates with remote mDNS candidates. 2019-10-18 23:36:17 +00:00
p2p_constants.h Stop pairing local relay candidates with remote mDNS candidates. 2019-10-18 23:36:17 +00:00
p2p_transport_channel.cc Add forget_learned_state to IceControllerInterface 2020-06-08 07:46:54 +00:00
p2p_transport_channel.h Add forget_learned_state to IceControllerInterface 2020-06-08 07:46:54 +00:00
p2p_transport_channel_ice_field_trials.h Add field trial to let idle connection live longer than 30s 2020-05-13 13:20:09 +00:00
p2p_transport_channel_unittest.cc Reland "Implement packets_(sent | received) for RTCTransportStats" 2020-07-10 11:50:59 +00:00
packet_transport_internal.cc Delete the remaining ORTC interfaces. 2019-05-24 18:17:37 +00:00
packet_transport_internal.h Stop an SCTP connection when the DTLS transport closes. 2019-12-16 14:54:56 +00:00
port.cc Remove the version of Port::AddrAddress without a URL parameter. 2020-04-14 16:52:57 +00:00
port.h Remove the version of Port::AddrAddress without a URL parameter. 2020-04-14 16:52:57 +00:00
port_allocator.cc Delete gturn support 2019-11-04 08:31:07 +00:00
port_allocator.h Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
port_allocator_unittest.cc Add a turn port prune policy to keep the first ready turn port. 2019-10-14 19:08:23 +00:00
port_interface.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
port_interface.h Move SendBindingResponse to Connection 2019-11-29 16:32:14 +00:00
port_unittest.cc Add field trial to let idle connection live longer than 30s 2020-05-13 13:20:09 +00:00
pseudo_tcp.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
pseudo_tcp.h Format almost everything. 2019-07-08 13:45:15 +00:00
pseudo_tcp_unittest.cc Cleanup: Removes redundant includes on message_queue.h 2020-01-08 14:12:08 +00:00
regathering_controller.cc Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
regathering_controller.h Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
regathering_controller_unittest.cc Remove iceRegatherIntervalRange 2020-01-28 19:16:18 +00:00
stun_port.cc Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent 2019-12-04 13:18:22 +00:00
stun_port.h Format almost everything. 2019-07-08 13:45:15 +00:00
stun_port_unittest.cc In p2p/ replace mock macros with unified MOCK_METHOD macro 2020-05-25 08:33:50 +00:00
stun_request.cc Remove WebRTC-Rfc5389StunRetransmissions. 2020-04-14 12:43:26 +00:00
stun_request.h Remove WebRTC-Rfc5389StunRetransmissions. 2020-04-14 12:43:26 +00:00
stun_request_unittest.cc Enforce "comprehension-required" STUN rules. 2020-03-28 02:07:49 +00:00
stun_server.cc Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctly 2019-06-28 19:12:14 +00:00
stun_server.h Move stun.h to api/. 2019-11-18 16:11:27 +00:00
stun_server_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
tcp_port.cc add tcptype to prflx tcp candidates 2020-04-01 09:43:35 +00:00
tcp_port.h TCPConnection: Defer FailAndPrune by signaling to self 2020-01-28 09:50:06 +00:00
tcp_port_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
test_stun_server.cc Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctly 2019-06-28 19:12:14 +00:00
test_stun_server.h Move stun.h to api/. 2019-11-18 16:11:27 +00:00
test_turn_customizer.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
test_turn_server.h Refactor ssl_stream_adapter API to show object ownership 2020-03-21 18:53:46 +00:00
transport_description.cc Delete OpaqueTransportParameters and SDP attribute x-otp 2020-06-18 06:58:42 +00:00
transport_description.h Delete OpaqueTransportParameters and SDP attribute x-otp 2020-06-18 06:58:42 +00:00
transport_description_factory.cc Delete OpaqueTransportParameters and SDP attribute x-otp 2020-06-18 06:58:42 +00:00
transport_description_factory.h Delete OpaqueTransportParameters and SDP attribute x-otp 2020-06-18 06:58:42 +00:00
transport_description_factory_unittest.cc Delete OpaqueTransportParameters and SDP attribute x-otp 2020-06-18 06:58:42 +00:00
transport_description_unittest.cc Validate ICE ufrag/pwd according to the spec 2020-01-25 01:38:50 +00:00
transport_info.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
turn_port.cc Clear address:port in icecandidateerror for tcp servers with private IP 2020-05-15 11:30:20 +00:00
turn_port.h Add TURN_LOGGING_ID 2019-08-27 07:18:00 +00:00
turn_port_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
turn_server.cc Move stun.h to api/. 2019-11-18 16:11:27 +00:00
turn_server.h Cleanup: Removes redundant includes on message_queue.h 2020-01-08 14:12:08 +00:00
turn_server_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
udp_port.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00