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

@@ -11,7 +11,6 @@
#include "common.h"
#include "outgoing.h"
struct outgoing;
struct outgoing {
struct peer peer;
char id[UUID_LEN];