summaryrefslogtreecommitdiff
path: root/src/irmd/config.h.in
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-08-30 13:28:25 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-08-30 13:28:25 +0200
commit521f5f0889bf7b56ade00395e0cfc0d4727dada5 (patch)
treeabb32df5638e435767f723ad044013958db0d5b6 /src/irmd/config.h.in
parent8fe0340d2117cf9b5c724ff10621978ef2bee5f1 (diff)
downloadouroboros-521f5f0889bf7b56ade00395e0cfc0d4727dada5.tar.gz
ouroboros-521f5f0889bf7b56ade00395e0cfc0d4727dada5.zip
irmd: Add specific timeout for IPCP connect
This adds a specific timeout for IPCP connect, since it may take a lot longer than the regular socket timeout due to flow allocations in the IPCP.
Diffstat (limited to 'src/irmd/config.h.in')
-rw-r--r--src/irmd/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/config.h.in b/src/irmd/config.h.in
index eb396bbc..c217fe93 100644
--- a/src/irmd/config.h.in
+++ b/src/irmd/config.h.in
@@ -39,6 +39,7 @@
#define ENROLL_TIMEOUT @ENROLL_TIMEOUT@
#define REG_TIMEOUT @REG_TIMEOUT@
#define QUERY_TIMEOUT @QUERY_TIMEOUT@
+#define CONNECT_TIMEOUT @CONNECT_TIMEOUT@
#define SYS_MAX_FLOWS @SYS_MAX_FLOWS@