As i understand the whole process of back-off, just by observing what is
happening with my node:

There are two numbers, the first is how much time is left for the node to be
backed off. The second is how much time it was backed-off for during this
incident. When the first counter reaches 0, then it checks whether it can do
things correctly now. If not, it then increases the second number (doubles
it?) and then sets the first to that value and waits again. If it can
communicate, then it decreases the second number and things operate normally.

I wasn't able to catch how the decrease of the duration happens. And wasn't
able to find anything in documentation.

Is there something written about it, and i just missed it?
I am fine with you just pointing me to the Java class where it happens, i'll
read the code.

             - Volodya

-- 
Помогите собрать средства на написания учебника по программированию:
https://boomstarter.ru/projects/volodya/elektronnyy_uchebnik_po_gtkmm_okonnye_pr
ilozheniya_v_c
_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to