NXDNKenwoodNetwork: IPv6 support

This commit is contained in:
SASANO Takayoshi
2020-07-03 06:56:36 +09:00
parent 8a0db8cb8b
commit 9137399ea9
2 changed files with 27 additions and 37 deletions

View File

@@ -49,9 +49,9 @@ public:
private:
CUDPSocket m_rtpSocket;
CUDPSocket m_rtcpSocket;
in_addr m_address;
unsigned int m_rtcpPort;
unsigned int m_rtpPort;
sockaddr_storage m_rtcpaddress;
sockaddr_storage m_rtpaddress;
unsigned int m_addrlen;
bool m_enabled;
bool m_headerSeen;
bool m_seen1;