mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	support ratchets for shared local destination
This commit is contained in:
		
							parent
							
								
									484f69f16b
								
							
						
					
					
						commit
						df7fda9e0c
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -404,9 +404,10 @@ namespace client
 | 
			
		|||
	{
 | 
			
		||||
		std::map<std::string, std::string> params 
 | 
			
		||||
		{
 | 
			
		||||
			{ I2CP_PARAM_INBOUND_TUNNELS_QUANTITY, "2" },
 | 
			
		||||
			{ I2CP_PARAM_OUTBOUND_TUNNELS_QUANTITY, "2" },
 | 
			
		||||
			{ I2CP_PARAM_LEASESET_TYPE, "3" }
 | 
			
		||||
			{ I2CP_PARAM_INBOUND_TUNNELS_QUANTITY, "3" },
 | 
			
		||||
			{ I2CP_PARAM_OUTBOUND_TUNNELS_QUANTITY, "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,
 | 
			
		||||
			i2p::data::CRYPTO_KEY_TYPE_ELGAMAL, ¶ms); // non-public, EDDSA
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue