Merge branch 'ipv6' into SimpleDMR

This commit is contained in:
Jonathan Naylor 2020-09-03 11:43:42 +01:00
commit 3de54f6dd8
24 changed files with 299 additions and 266 deletions

View file

@ -57,7 +57,8 @@ public:
private:
std::string m_addressStr;
in_addr m_address;
sockaddr_storage m_address;
unsigned int m_addrlen;
unsigned int m_port;
uint8_t* m_id;
bool m_duplex;