Lines Matching refs:Connection
26 // connection management provided by this class. A subclass should take of all
28 // call this TCPPort::OnReadPacket (3 arg) to dispatch to a connection.
50 Connection* CreateConnection(const Candidate& address,
81 // Accepts incoming TCP connection.
118 class TCPConnection : public Connection {
120 // Connection is outgoing unless socket is specified
142 MSG_TCPCONNECTION_DELAYED_ONCLOSE = Connection::MSG_FIRST_AVAILABLE,
171 // Guard against multiple outgoing tcp connection during a reconnect.
174 // Guard against data packets sent when we reconnect a TCP connection. During
175 // reconnecting, when a new tcp connection has being made, we can't send data
177 // set to WRITABLE again by Connection::OnConnectionRequestResponse). IPC
179 // will terminate the newly created connection.