View Issue Details

IDProjectCategoryView StatusLast Update
0002362GNUnetobsoletepublic2024-05-03 13:49
ReporterMatthias Wachs Assigned ToMatthias Wachs  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002362: ATS needs a block time for address suggestions
Description"vision": have ATS associate a 'block' time (and back-off interval) with each address; respect this when being asked to suggest an address and auto-increase it if an address is suggested; extend the ATS API with a way to reset the back-off (this is not so urgent); keep the existing address-destroy function, but MAYBE simplify it to a 'session-destroy'; addresses would just expire (no performance upd

The initial changes to ATS service should be pretty trivial: add 2 fields (blocked-until, absolute time and block-interval, relative time) for each address.
Then add block-interval to "now" to determine blocked-until upon suggesting an address.
TagsNo tags attached.

Activities

Matthias Wachs

2012-05-16 18:50

reporter   ~0005919

Blocking implemented in 21536.

Matthias Wachs

2012-05-22 15:18

reporter   ~0005929

resetting implemented in 21559

Issue History

Date Modified Username Field Change
2012-05-16 14:38 Matthias Wachs New Issue
2012-05-16 14:38 Matthias Wachs Status new => assigned
2012-05-16 14:38 Matthias Wachs Assigned To => Matthias Wachs
2012-05-16 18:50 Matthias Wachs Note Added: 0005919
2012-05-21 12:44 Matthias Wachs Status assigned => resolved
2012-05-21 12:44 Matthias Wachs Resolution open => fixed
2012-05-22 15:18 Matthias Wachs Note Added: 0005929
2012-05-27 18:32 Christian Grothoff Product Version => Git master
2012-05-27 18:32 Christian Grothoff Fixed in Version => 0.9.3
2012-05-27 18:32 Christian Grothoff Target Version => 0.9.3
2012-06-02 19:15 Christian Grothoff Status resolved => closed
2024-05-03 13:49 Christian Grothoff Category ATS service => obsolete