mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-09 08:23:52 +00:00
fix CUDPSocket(port) constructor bug
constructor CUDPSocket(port) cannot create properly, fixed
This commit is contained in:
parent
9856025923
commit
f2543de3da
2 changed files with 23 additions and 8 deletions
|
|
@ -68,6 +68,8 @@ public:
|
|||
static bool isNone(const sockaddr_storage& addr);
|
||||
|
||||
private:
|
||||
std::string m_address_save;
|
||||
unsigned short m_port_save;
|
||||
std::string m_address[UDP_SOCKET_MAX];
|
||||
unsigned short m_port[UDP_SOCKET_MAX];
|
||||
unsigned int m_af[UDP_SOCKET_MAX];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue