Wakeup actually working (probably), add delay calculator.

This commit is contained in:
Ian Gulliver
2016-02-21 15:51:38 -08:00
parent ec79ba0da1
commit 6384e0f20d
7 changed files with 153 additions and 8 deletions

View File

@@ -102,6 +102,7 @@ int main(int argc, char *argv[]) {
hex_init();
peer_init();
retry_init();
wakeup_init();
send_init();
@@ -116,6 +117,7 @@ int main(int argc, char *argv[]) {
peer_loop();
retry_cleanup();
wakeup_cleanup();
send_cleanup();