| 393 | } |
| 394 | |
| 395 | void SrtCommon::OpenClient(string host, int port) |
| 396 | { |
| 397 | PrepareClient(); |
| 398 | |
| 399 | if (m_outgoing_port || m_adapter != "") |
| 400 | { |
| 401 | SetupAdapter(m_adapter, m_outgoing_port); |
| 402 | } |
| 403 | |
| 404 | ConnectClient(host, port); |
| 405 | } |
| 406 | |
| 407 | void SrtCommon::PrepareClient() |
| 408 | { |
nothing calls this directly
no outgoing calls
no test coverage detected