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

I need to use a wait



Hi,
 
I need to be able to have a "wait" period inside a function with a specified period.
 
I am developing my own agent, and I need to have random idle periods between packets in a certain way. Using the resched() function of the timer is not enough. I still need to be able to make a "wait" inside my code.
 
Thanks