Split DH from utils, remove utils from project

This commit is contained in:
Vinnie Falco
2013-05-27 10:41:50 -07:00
parent e842548a29
commit 92bdcba096
33 changed files with 44 additions and 95 deletions

View File

@@ -12,7 +12,9 @@
#include "Peer.h"
#include "PeerDoor.h"
#include "Application.h"
#include "utils.h"
// VFALCO: TODO, make this an inline function
#define ADDRESS_SHARED(p) strHex(uint64( ((char*) (p).get()) - ((char*) 0)))
// How often to enforce policies.
#define POLICY_INTERVAL_SECONDS 5