| 2560 | } |
| 2561 | |
| 2562 | SrtRelay::SrtRelay(std::string host, int port, std::string path, const std::map<std::string,std::string>& par) |
| 2563 | { |
| 2564 | Init(host, port, path, par, SRT_EPOLL_IN | SRT_EPOLL_OUT); |
| 2565 | } |
| 2566 | |
| 2567 | SrtModel::SrtModel(string host, int port, map<string,string> par) |
| 2568 | { |
nothing calls this directly
no outgoing calls
no test coverage detected