mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Allow IAX to lookup hosts from a master hosts file and reduce the
polling frequency for NEW commands.
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
|
||||
virtual void clock(unsigned int ms);
|
||||
|
||||
virtual std::string getAddress();
|
||||
|
||||
private:
|
||||
CUDPSocket m_socket;
|
||||
sockaddr_storage m_addr;
|
||||
|
||||
Reference in New Issue
Block a user