| 1154 | class RtpTarget : public UdpTarget { |
| 1155 | public: |
| 1156 | RtpTarget(string host, int port, const map<string,string>& attr ) : |
| 1157 | UdpTarget { host, port, attr } {} |
| 1158 | }; |
| 1159 | |
| 1160 | template <class Iface> struct Rtp; |
nothing calls this directly
no outgoing calls
no test coverage detected