mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-31 05:51:53 +00:00
Exclude 'R' cap if proxy
This commit is contained in:
parent
b6f5308242
commit
f38612b8e9
@ -354,7 +354,7 @@ namespace i2p
|
|||||||
m_RouterInfo.UpdateCaps (m_RouterInfo.GetCaps () | i2p::data::RouterInfo::eReachable);
|
m_RouterInfo.UpdateCaps (m_RouterInfo.GetCaps () | i2p::data::RouterInfo::eReachable);
|
||||||
break;
|
break;
|
||||||
case eRouterStatusProxy:
|
case eRouterStatusProxy:
|
||||||
m_RouterInfo.UpdateCaps (m_RouterInfo.GetCaps () | i2p::data::RouterInfo::eUnreachable);
|
m_RouterInfo.UpdateCaps ((m_RouterInfo.GetCaps () | i2p::data::RouterInfo::eUnreachable) & ~i2p::data::RouterInfo::eReachable);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user