mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
support ratchets for shared local destination
This commit is contained in:
parent
484f69f16b
commit
df7fda9e0c
@ -404,9 +404,10 @@ namespace client
|
|||||||
{
|
{
|
||||||
std::map<std::string, std::string> params
|
std::map<std::string, std::string> params
|
||||||
{
|
{
|
||||||
{ I2CP_PARAM_INBOUND_TUNNELS_QUANTITY, "2" },
|
{ I2CP_PARAM_INBOUND_TUNNELS_QUANTITY, "3" },
|
||||||
{ I2CP_PARAM_OUTBOUND_TUNNELS_QUANTITY, "2" },
|
{ I2CP_PARAM_OUTBOUND_TUNNELS_QUANTITY, "3" },
|
||||||
{ I2CP_PARAM_LEASESET_TYPE, "3" }
|
{ I2CP_PARAM_LEASESET_TYPE, "3" },
|
||||||
|
{ I2CP_PARAM_LEASESET_ENCRYPTION_TYPE, "0,4" }
|
||||||
};
|
};
|
||||||
m_SharedLocalDestination = CreateNewLocalDestination (false, i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519,
|
m_SharedLocalDestination = CreateNewLocalDestination (false, i2p::data::SIGNING_KEY_TYPE_EDDSA_SHA512_ED25519,
|
||||||
i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, ¶ms); // non-public, EDDSA
|
i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, ¶ms); // non-public, EDDSA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user