| 2440 | } |
| 2441 | |
| 2442 | SrtTarget::SrtTarget(std::string host, int port, std::string path, const std::map<std::string,std::string>& par) |
| 2443 | { |
| 2444 | Init(host, port, path, par, SRT_EPOLL_OUT); |
| 2445 | } |
| 2446 | |
| 2447 | |
| 2448 | int SrtTarget::ConfigurePre(SRTSOCKET sock) |
nothing calls this directly
no outgoing calls
no test coverage detected