| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-25 11:11:48 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-25 11:11:48 +0200 | 
| commit | 2fb11492864a773a5d643435e3cbc41c1a560563 (patch) | |
| tree | dce301f0e641f6558c023766bc7c3aae27a0406c /src/config.h | |
| parent | 010be3c6cffa85ac398135b156dc7c9e6b86ec96 (diff) | |
Untested userfriendliness improvement for timeouts
Will be merged into the master branch after some testing.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/src/config.h b/src/config.h index 92852d9..3aa1a13 100644 --- a/src/config.h +++ b/src/config.h @@ -11,16 +11,6 @@  /* Number of options that can be configured. */  #define RELABSD_OPTIONS_COUNT 3 -/* TODO: turn this into a runtime parameter */ -#ifndef RELABSD_ENABLE_TIMEOUT -   #define RELABSD_ENABLE_TIMEOUT 1 -#endif - -/* TODO: turn this into a runtime parameter */ -#ifndef RELABSD_TIMEOUT_MSEC -   #define RELABSD_TIMEOUT_MSEC 100 -#endif -  enum relabsd_option  {     RELABSD_DIRECT_OPTION, | 


