mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
variable lookup timeout on participants
This commit is contained in:
parent
8bb492da6e
commit
78cdf8f96b
@ -598,7 +598,7 @@ namespace llarp
|
||||
TXOwner peer(askpeer, ++ids);
|
||||
_pendingIntrosetLookups.NewTX(
|
||||
peer, asker, addr,
|
||||
new ServiceAddressLookup(asker, addr, this, R, handler));
|
||||
new ServiceAddressLookup(asker, addr, this, R, handler), (R * 2000));
|
||||
}
|
||||
|
||||
void
|
||||
@ -611,7 +611,7 @@ namespace llarp
|
||||
TXOwner peer(askpeer, ++ids);
|
||||
_pendingIntrosetLookups.NewTX(
|
||||
peer, asker, addr,
|
||||
new ServiceAddressLookup(asker, addr, this, 0, handler));
|
||||
new ServiceAddressLookup(asker, addr, this, 0, handler), 1000);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user