View Issue Details

IDProjectCategoryView StatusLast Update
0003312GNUnetDHT servicepublic2022-02-22 23:06
ReporterBart Polot Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Product VersionGit master 
Target Version0.16.0Fixed in Version0.16.0 
Summary0003312: DHT GET should try randomized keys
DescriptionEvery GET should try a randomized key with a certain probability.

The first GET should invariably try the original key.
Additional InformationIf the randomization is 8 bits and the chance to get the original key is 20%, a random value between 0 and 255+25% [0, 319) should be chosen.

- Values from 0 to 255 indicate the randomization bits to be used. (80%of cases)
- Values from 256 to 318 indicate that the original key should be used. (20% of cases)
TagsNo tags attached.

Relationships

related to 0003313 closedChristian Grothoff DHT GET randomization should increase with time 
child of 0002454 closedChristian Grothoff key randomization via RO_BART is not implemented 

Activities

schanzen

2021-12-31 09:21

administrator   ~0018606

Is this still relevant for LSD0004? (If not I suggest to close wontfix)

Issue History

Date Modified Username Field Change
2014-02-07 15:14 Bart Polot New Issue
2014-02-07 15:14 Bart Polot Status new => assigned
2014-02-07 15:14 Bart Polot Assigned To => Bart Polot
2014-02-07 15:14 Bart Polot Relationship added child of 0002454
2014-02-07 15:19 Bart Polot Relationship added related to 0003313
2014-04-11 15:15 Christian Grothoff Product Version => Git master
2014-04-11 15:15 Christian Grothoff Target Version => 0.11.0
2018-06-07 00:29 Christian Grothoff Target Version 0.11.0 =>
2018-06-07 01:14 Christian Grothoff Assigned To Bart Polot =>
2018-06-07 01:14 Christian Grothoff Status assigned => confirmed
2021-12-31 09:21 schanzen Assigned To => schanzen
2021-12-31 09:21 schanzen Status confirmed => assigned
2021-12-31 09:21 schanzen Note Added: 0018606
2022-02-07 09:57 schanzen Assigned To schanzen =>
2022-02-08 00:21 Christian Grothoff Assigned To => Christian Grothoff
2022-02-08 00:21 Christian Grothoff Status assigned => closed
2022-02-08 00:21 Christian Grothoff Resolution open => won't fix
2022-02-08 00:21 Christian Grothoff Target Version => 0.16.0
2022-02-22 23:06 schanzen Fixed in Version => 0.16.0