Allow IAX to lookup hosts from a master hosts file and reduce the

polling frequency for NEW commands.
This commit is contained in:
Jonathan Naylor
2024-11-01 16:36:53 +00:00
parent 724a44e0c4
commit a2f0d1c81c
12 changed files with 432 additions and 307 deletions

View File

@@ -49,6 +49,8 @@ public:
virtual void clock(unsigned int ms);
virtual std::string getAddress();
private:
std::string m_callsign;
CUDPSocket m_socket;