mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Merge branch 'ipv6' into SimpleDMR
This commit is contained in:
commit
3de54f6dd8
24 changed files with 299 additions and 266 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue