ip/port of the other end of the connection.
| 427 | |
| 428 | // ip/port of the other end of the connection. |
| 429 | butil::EndPoint remote_side() const { return _remote_side; } |
| 430 | |
| 431 | // Initialized by SocketOptions.health_check_interval_s. |
| 432 | int health_check_interval() const { return _health_check_interval_s; } |
no outgoing calls