forked from I2P_Developers/i2p.i2p
* NetDB:
- Fix debug netDb.alwaysQuery setting so it works again, and always sends to that router first (move from FNDF to IterativeSearchJob) - Don't reuse DLM reply key/tag - FloodfillPeerSelector: Note unused kbucket param in javadocs - Debug logging for encrypted DSRM/DSM
This commit is contained in:
@@ -159,6 +159,7 @@ public class SessionKeyManager {
|
||||
* Accept the given tags and associate them with the given key for decryption,
|
||||
* with specified expiration.
|
||||
*
|
||||
* @param sessionTags modifiable; NOT copied
|
||||
* @param expire time from now
|
||||
* @since 0.9.7
|
||||
*/
|
||||
|
@@ -511,6 +511,8 @@ public class TransientSessionKeyManager extends SessionKeyManager {
|
||||
* Accept the given tags and associate them with the given key for decryption
|
||||
*
|
||||
* @param sessionTags modifiable; NOT copied
|
||||
* @param expire time from now
|
||||
* @since 0.9.7
|
||||
*/
|
||||
@Override
|
||||
public void tagsReceived(SessionKey key, Set<SessionTag> sessionTags, long expire) {
|
||||
|
Reference in New Issue
Block a user