- 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:
zzz
2013-05-31 16:51:58 +00:00
parent 4b9a7323ad
commit eef5661008
8 changed files with 68 additions and 30 deletions

View File

@@ -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
*/

View File

@@ -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) {