mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels
This commit is contained in:
parent
cb0801fc16
commit
ebec4d8a5e
2 changed files with 6 additions and 10 deletions
|
@ -289,7 +289,7 @@ namespace client
|
|||
std::shared_ptr<ClientDestination> GetSharedFromThis () {
|
||||
return std::static_pointer_cast<ClientDestination>(shared_from_this ());
|
||||
}
|
||||
void PersistTemporaryKeys (EncryptionKey * keys, bool isSingleKey);
|
||||
void PersistTemporaryKeys (EncryptionKey * keys);
|
||||
void ReadAuthKey (const std::string& group, const std::map<std::string, std::string> * params);
|
||||
|
||||
template<typename Dest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue