mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
garlic clove block for router
This commit is contained in:
parent
07b77443dd
commit
1c7780a423
|
@ -899,7 +899,7 @@ namespace garlic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// msg
|
// msg
|
||||||
if (msg && m_Destination)
|
if (msg)
|
||||||
offset += CreateGarlicClove (msg, v.data () + offset, payloadLen - offset);
|
offset += CreateGarlicClove (msg, v.data () + offset, payloadLen - offset);
|
||||||
// ack
|
// ack
|
||||||
if (m_AckRequests.size () > 0)
|
if (m_AckRequests.size () > 0)
|
||||||
|
|
Loading…
Reference in a new issue