mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 16:55:52 +08:00
modified for IPv6 supported CUDPSocket
This commit is contained in:
@@ -48,8 +48,8 @@ public:
|
||||
|
||||
private:
|
||||
CUDPSocket m_socket;
|
||||
in_addr m_address;
|
||||
unsigned int m_port;
|
||||
sockaddr_storage m_address;
|
||||
unsigned int m_addrlen;
|
||||
std::string m_callsign;
|
||||
bool m_debug;
|
||||
bool m_enabled;
|
||||
|
||||
Reference in New Issue
Block a user