mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-12 05:35:46 +00:00
Added note regarding new architecture to existing comment. #1
This commit is contained in:
parent
6d725535f9
commit
446adaa868
@ -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
|
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).
|
easy here (also would let us order advertisements by size of payload).
|
||||||
For now, we will just advertised only occassionally.
|
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();
|
time_ms_t now = gettime_ms();
|
||||||
if (now<rhizome_voice_timeout) voice_mode=1;
|
if (now<rhizome_voice_timeout) voice_mode=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user