diff options
| author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-06 12:07:37 +0000 | 
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-06 12:07:37 +0000 | 
| commit | 71dda25215e03e20dbe51f6071ea37b3ca3b3cdc (patch) | |
| tree | 34e18d36a6cd46194d10265c517c802eeb3b784c /include | |
| parent | f85c70fdb6dbbadb903155120892e55b0eff5dda (diff) | |
| parent | b4568842c014eb6fff2305c508b20d7ae9186d4c (diff) | |
| download | ouroboros-71dda25215e03e20dbe51f6071ea37b3ca3b3cdc.tar.gz ouroboros-71dda25215e03e20dbe51f6071ea37b3ca3b3cdc.zip  | |
Merged in dstaesse/ouroboros/be-irmd-timeo (pull request #542)0.6
irmd: Specify timeout per command
Diffstat (limited to 'include')
| -rw-r--r-- | include/ouroboros/config.h.in | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/include/ouroboros/config.h.in b/include/ouroboros/config.h.in index 4c255da5..0957ee4d 100644 --- a/include/ouroboros/config.h.in +++ b/include/ouroboros/config.h.in @@ -66,8 +66,11 @@  #define IRMD_REQ_ARR_TIMEOUT   500  #define IRMD_FLOW_TIMEOUT      5000  #define IPCP_ACCEPT_TIMEOUT    100 -#define SOCKET_TIMEOUT         10000 +#define SOCKET_TIMEOUT         1000 +#define BOOTSTRAP_TIMEOUT      5000 +#define ENROLL_TIMEOUT         60000 +#define REG_TIMEOUT            10000 +#define QUERY_TIMEOUT          3000  #define CDAP_REPLY_TIMEOUT     1000 -#define ENROLL_TIMEOUT         2000  #endif /* OUROBOROS_CONFIG */  | 
