| 180 | // ChannelOptions.timeout_ms on unset. |
| 181 | void set_timeout_ms(int64_t timeout_ms); |
| 182 | int64_t timeout_ms() const { return _timeout_ms; } |
| 183 | |
| 184 | // Set/get the delay to send backup request in milliseconds. Use |
| 185 | // ChannelOptions.backup_request_ms on unset. |
no outgoing calls