mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-07 23:43:43 +00:00
xlxd 1.3.1
Added support for multi-radio repeaters
This commit is contained in:
parent
e809e8f2cb
commit
eb5cee1993
8 changed files with 55 additions and 25 deletions
|
|
@ -79,7 +79,8 @@ void CIp::SetSockAddr(struct sockaddr_in *sa)
|
|||
bool CIp::operator ==(const CIp &ip) const
|
||||
{
|
||||
return ( (ip.m_Addr.sin_family == m_Addr.sin_family) &&
|
||||
(ip.m_Addr.sin_addr.s_addr == m_Addr.sin_addr.s_addr)) ;
|
||||
(ip.m_Addr.sin_addr.s_addr == m_Addr.sin_addr.s_addr) &&
|
||||
(ip.m_Addr.sin_port == m_Addr.sin_port)) ;
|
||||
}
|
||||
|
||||
CIp::operator const char *() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue