[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Delay




If I want to introduce an additional delay before a send, is it better to
use a timer, or is it better to do something list delay.cc:

s.schedule(this, p, txt + time_left);

Is there any way to alter the granularity of the scheduler?

Apu