Move retry delay calculation into wakeup, since it's only used there.
This commit is contained in:
@@ -7,3 +7,4 @@ void wakeup_cleanup();
|
||||
int wakeup_get_delay();
|
||||
void wakeup_dispatch();
|
||||
void wakeup_add(struct peer *, uint32_t);
|
||||
uint32_t wakeup_get_retry_delay_ms(uint32_t);
|
||||
|
||||
Reference in New Issue
Block a user