NXDNIcomNetwork: IPv6 support

This commit is contained in:
SASANO Takayoshi
2020-07-03 04:40:41 +09:00
parent 6de0bdb536
commit 8a0db8cb8b
2 changed files with 10 additions and 16 deletions

View File

@@ -49,8 +49,8 @@ public:
private:
CUDPSocket m_socket;
in_addr m_address;
unsigned int m_port;
sockaddr_storage m_address;
unsigned int m_addrlen;
bool m_debug;
bool m_enabled;
CRingBuffer<unsigned char> m_buffer;