active_ice_controller_factory_interface.h |
|
1355 |
active_ice_controller_interface.h |
|
3334 |
async_stun_tcp_socket.cc |
len |
5621 |
async_stun_tcp_socket.h |
|
1892 |
async_stun_tcp_socket_unittest.cc |
socket |
11810 |
basic_async_resolver_factory.cc |
|
1489 |
basic_async_resolver_factory.h |
|
1317 |
basic_async_resolver_factory_unittest.cc |
|
797 |
basic_ice_controller.cc |
|
32967 |
basic_ice_controller.h |
|
7081 |
basic_packet_socket_factory.cc |
|
6364 |
basic_packet_socket_factory.h |
|
2081 |
candidate_pair_interface.h |
|
1206 |
connection.cc |
|
69332 |
connection.h |
|
22502 |
connection_info.cc |
|
1303 |
connection_info.h |
|
4155 |
default_ice_transport_factory.cc |
|
1657 |
default_ice_transport_factory.h |
|
1920 |
dtls_transport.h |
|
652 |
dtls_transport_internal.h |
|
688 |
fake_ice_transport.h |
|
598 |
fake_port_allocator.h |
|
602 |
ice_agent_interface.h |
|
2949 |
ice_controller_factory_interface.h |
|
1323 |
ice_controller_interface.cc |
|
782 |
ice_controller_interface.h |
|
5844 |
ice_credentials_iterator.cc |
|
1279 |
ice_credentials_iterator.h |
|
1064 |
ice_credentials_iterator_unittest.cc |
|
1684 |
ice_switch_reason.cc |
|
1870 |
ice_switch_reason.h |
|
1327 |
ice_transport_internal.cc |
|
9872 |
ice_transport_internal.h |
|
18254 |
mock_ice_agent.h |
|
557 |
mock_ice_controller.h |
|
577 |
mock_ice_transport.h |
|
573 |
p2p_constants.cc |
|
3266 |
p2p_constants.h |
|
5141 |
p2p_transport_channel.cc |
|
91587 |
p2p_transport_channel.h |
|
22511 |
p2p_transport_channel_ice_field_trials.h |
|
2918 |
p2p_transport_channel_unittest.cc |
|
323189 |
packet_transport_internal.cc |
opt |
2028 |
packet_transport_internal.h |
|
4614 |
packet_transport_internal_unittest.cc |
|
1985 |
port.cc |
= false |
34357 |
port.h |
|
19735 |
port_allocator.cc |
|
11955 |
port_allocator.h |
|
25611 |
port_allocator_unittest.cc |
|
15230 |
port_interface.cc |
|
638 |
port_interface.h |
|
8064 |
port_unittest.cc |
|
177558 |
pseudo_tcp.cc |
|
43164 |
pseudo_tcp.h |
tstamp(0), |
9170 |
pseudo_tcp_unittest.cc |
|
28770 |
regathering_controller.cc |
|
3121 |
regathering_controller.h |
|
4470 |
regathering_controller_unittest.cc |
pool size |
7787 |
stun_dictionary.cc |
|
12332 |
stun_dictionary.h |
|
6891 |
stun_dictionary_unittest.cc |
|
10492 |
stun_port.cc |
field_trials |
23693 |
stun_port.h |
|
11670 |
stun_port_unittest.cc |
|
37710 |
stun_request.cc |
|
11129 |
stun_request.h |
response |
5570 |
stun_request_unittest.cc |
|
8298 |
tcp_port.cc |
This is a diagram of how TCP reconnect works for the active side. The
passive side just waits for an incoming connection.
- Connected: Indicate whether the TCP socket is connected.
- Writable: Whether the stun binding is completed. Sending a data packet
before stun binding completed will trigger IPC socket layer to shutdown
the connection.
- PendingTCP: `connection_pending_` indicates whether there is an
outstanding TCP connection in progress.
- PretendWri: Tracked by `pretending_to_be_writable_`. Marking connection as
WRITE_TIMEOUT will cause the connection be deleted. Instead, we're
"pretending" we're still writable for a period of time such that reconnect
could work.
Data could only be sent in state 3. Sening data during state 2 & 6 will get
EWOULDBLOCK, 4 & 5 EPIPE.
OS Timeout 7 -------------+
+----------------------->|Connected: N |
| |Writable: N | Timeout
| Timeout |Connection is |<----------------+
| +------------------->|Dead | |
| | +--------------+ |
| | ^ |
| | OnClose | |
| | +-----------------------+ | |
| | | | |Timeout |
| | v | | |
| 4 +----------+ 5 -----+--+--+ 6 -----+-----+
| |Connected: N|Send() or |Connected: N| |Connected: Y|
| |Writable: Y|Ping() |Writable: Y|OnConnect |Writable: Y|
| |PendingTCP:N+--------> |PendingTCP:Y+---------> |PendingTCP:N|
| |PretendWri:Y| |PretendWri:Y| |PretendWri:Y|
| +-----+------+ +------------+ +---+--+-----+
| ^ ^ | |
| | | OnClose | |
| | +----------------------------------------------+ |
| | |
| | Stun Binding Completed |
| | |
| | OnClose |
| +------------------------------------------------+ |
| | v
1 -----------+ 2 -----------+Stun 3 -----------+
|Connected: N| |Connected: Y|Binding |Connected: Y|
|Writable: N|OnConnect |Writable: N|Completed |Writable: Y|
|PendingTCP:Y+---------> |PendingTCP:N+--------> |PendingTCP:N|
|PretendWri:N| |PretendWri:N| |PretendWri:N|
+------------+ +------------+ +------------+
|
24756 |
tcp_port.h |
|
7562 |
tcp_port_unittest.cc |
|
18148 |
transport_description.cc |
renomination= |
6225 |
transport_description.h |
|
4955 |
transport_description_factory.cc |
|
5893 |
transport_description_factory.h |
|
3579 |
transport_description_factory_unittest.cc |
|
16293 |
transport_description_unittest.cc |
|
1989 |
transport_info.h |
|
1218 |
turn_port.cc |
|
71205 |
turn_port.h |
|
15446 |
turn_port_unittest.cc |
|
94410 |
udp_port.h |
|
586 |
wrapping_active_ice_controller.cc |
|
8472 |
wrapping_active_ice_controller.h |
|
4055 |
wrapping_active_ice_controller_unittest.cc |
|
11957 |