mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-03 16:14:15 +00:00
fixed typo
This commit is contained in:
parent
de673464d1
commit
8b7941c4ce
@ -639,7 +639,7 @@ namespace transport
|
|||||||
{
|
{
|
||||||
// Non-confirmed router and a NTCP2 direct connection is presented
|
// Non-confirmed router and a NTCP2 direct connection is presented
|
||||||
compatibleTransports &= ~directTransports; // exclude SSU2 direct connections
|
compatibleTransports &= ~directTransports; // exclude SSU2 direct connections
|
||||||
directTransports &= (i2p::data::RouterInfo::eSSU2V4 | i2p::data::RouterInfo::eSSU2V6);
|
directTransports &= ~(i2p::data::RouterInfo::eSSU2V4 | i2p::data::RouterInfo::eSSU2V6);
|
||||||
}
|
}
|
||||||
for (auto transport: priority)
|
for (auto transport: priority)
|
||||||
if (transport & directTransports)
|
if (transport & directTransports)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user