| 889 | } |
| 890 | |
| 891 | void SrtCommon::OpenClient(string host, int port) |
| 892 | { |
| 893 | PrepareClient(); |
| 894 | |
| 895 | if (m_outgoing_port || m_adapter != "") |
| 896 | { |
| 897 | SetupAdapter(m_adapter, m_outgoing_port); |
| 898 | } |
| 899 | |
| 900 | ConnectClient(host, port); |
| 901 | } |
| 902 | |
| 903 | void SrtCommon::PrepareClient() |
| 904 | { |
nothing calls this directly
no outgoing calls
no test coverage detected