Skip to content

Commit

Permalink
Added note regarding new architecture to existing comment. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed Sep 7, 2012
1 parent 6d72553 commit 446adaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rhizome_packetformats.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ int overlay_rhizome_add_advertisements(int interface_number,overlay_buffer *e)
We need to change manifest table to include payload length to make our life
easy here (also would let us order advertisements by size of payload).
For now, we will just advertised only occassionally.
XXX Actually, we will move all processing of Rhizome into a separate process
so that the CPU delays caused by Rhizome verifying signatures isn't a problem.
We will still want to limit network usage during calls, however.
*/
time_ms_t now = gettime_ms();
if (now<rhizome_voice_timeout) voice_mode=1;
Expand Down

0 comments on commit 446adaa

Please sign in to comment.