mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
commit
1a5deb3bbf
@ -483,6 +483,8 @@ bool p3I2pSam3::startSession()
|
||||
// backup quantity
|
||||
params.push_back(i2p::makeOption("inbound.backupQuantity", + mSetting.inBackupQuantity));
|
||||
params.push_back(i2p::makeOption("outbound.backupQuantity", + mSetting.outBackupQuantity));
|
||||
// lease set type (support encrypted one, too)
|
||||
params.push_back("i2cp.leaseSetEncType=0,4");
|
||||
}
|
||||
|
||||
std::string paramsStr;
|
||||
|
||||
@ -323,7 +323,8 @@ autoProxyService *rsAutoProxyMonitor::lookUpService(autoProxyType::autoProxyType
|
||||
if ((itService = mProxies.find(t)) != mProxies.end()) {
|
||||
return itService->second;
|
||||
}
|
||||
RS_DBG("no service for type ", t, " found!");
|
||||
if (!mRSShutDown)
|
||||
RS_DBG("no service for type ", t, " found!");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user