diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-12 17:28:04 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-12 17:35:04 +0200 |
commit | d375c023b5fa68e3a9804687683772c2734be8a4 (patch) | |
tree | 77056ee2f4264316aec7b63ac5419f021ea6ac94 /src/ipcpd/config.h.in | |
parent | b8c73d171d4352293b18ddbc71c587233d1f2fa5 (diff) | |
download | ouroboros-d375c023b5fa68e3a9804687683772c2734be8a4.tar.gz ouroboros-d375c023b5fa68e3a9804687683772c2734be8a4.zip |
ipcpd: Configure DHT slack timer at build time
This allows configuration of the DHT slack timer at build time.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/config.h.in')
-rw-r--r-- | src/ipcpd/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in index 04565fab..f7af0808 100644 --- a/src/ipcpd/config.h.in +++ b/src/ipcpd/config.h.in @@ -47,6 +47,7 @@ #define QOS_PRIO_VOICE @IPCP_QOS_CUBE_VOICE_PRIO@ #define IPCP_SCHED_THR_MUL @IPCP_SCHED_THR_MUL@ #define PFT_SIZE @PFT_SIZE@ +#define DHT_ENROLL_SLACK @DHT_ENROLL_SLACK@ #cmakedefine IPCP_CONN_WAIT_DIR #cmakedefine DISABLE_CORE_LOCK |