| 1602 | #endif |
| 1603 | |
| 1604 | SrtSource::SrtSource(string host, int port, std::string path, const map<string,string>& par) |
| 1605 | { |
| 1606 | Init(host, port, path, par, SRT_EPOLL_IN); |
| 1607 | ostringstream os; |
| 1608 | os << host << ":" << port; |
| 1609 | hostport_copy = os.str(); |
| 1610 | } |
| 1611 | |
| 1612 | static void PrintSrtStats(SRTSOCKET sock, bool clr, bool bw, bool stats) |
| 1613 | { |