View Issue Details

IDProjectCategoryView StatusLast Update
0001931GNUnetobsoletepublic2024-05-03 14:02
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritylowSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Product VersionGit master 
Summary0001931: peerinfo should merge HELLOs before transmission
DescriptionThe peerinfo protocol (and particularly the client library) could likely be made more efficient in two points:

  - merge multiple HELLOs of the same peer in the transmission queue
    (theoretically reduces overhead; bounds message queue size)
  - merge multiple iteration requests over "all" peers in the queue
    (theoretically reduces overhead; bounds messgae queue size)
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-03 16:04

manager   ~0005774

This would just make the peerinfo API even more complicated, with virtually no gain.

Issue History

Date Modified Username Field Change
2011-11-22 19:51 Christian Grothoff New Issue
2011-11-22 20:16 Christian Grothoff Priority normal => low
2011-11-22 20:16 Christian Grothoff Status new => confirmed
2012-02-21 21:55 Christian Grothoff Target Version => 0.9.4
2012-05-03 01:16 Christian Grothoff Assigned To => Christian Grothoff
2012-05-03 01:16 Christian Grothoff Status confirmed => assigned
2012-05-03 16:04 Christian Grothoff Note Added: 0005774
2012-05-03 16:04 Christian Grothoff Status assigned => closed
2012-05-03 16:04 Christian Grothoff Resolution open => won't fix
2012-05-03 16:04 Christian Grothoff Target Version 0.9.4 =>
2024-05-03 14:02 Christian Grothoff Category peerinfo service => obsolete