Tunnels: Fix build request Bloom filter (ticket #1746)

Change from 60s DHS to 60m DBF
Use reply key as filter key, not first part of
encrypted data, to match the specs and hopefully reduce dups
BuildMessageProcessor cleanups
log and stat tweaks
remove deprecated methods
remove some timing measurements
javadocs
This commit is contained in:
zzz
2016-01-10 21:22:22 +00:00
parent 35739289cd
commit c8197b8181
11 changed files with 227 additions and 64 deletions

View File

@@ -1,3 +1,6 @@
2016-01-10 zzz
* Tunnels: Fix build request Bloom filter (ticket #1746)
2016-01-07 zzz
* Console: Fixed summary bar overflow (ticket #1739)