forked from I2P_Developers/i2p.i2p
- I2NP: Ignore unused 7 bits of the Database Lookup Message,
so we can use them later
This commit is contained in:
@@ -78,6 +78,7 @@ public class HandleDatabaseLookupMessageJob extends JobImpl {
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO only look up once, then check type
|
||||
LeaseSet ls = getContext().netDb().lookupLeaseSetLocally(_message.getSearchKey());
|
||||
if (ls != null) {
|
||||
// We have to be very careful here to decide whether or not to send out the leaseSet,
|
||||
|
Reference in New Issue
Block a user