diff options
author | erdgeist <> | 2007-10-17 23:41:37 +0000 |
---|---|---|
committer | erdgeist <> | 2007-10-17 23:41:37 +0000 |
commit | be117f96a22e0d6d1052c2fea4991cb65dec731f (patch) | |
tree | b2f99489e5919d26a74f6097af5f5b89ac1c45b9 | |
parent | 32f17413fa828713a2cbc9cc2e1f1b4c430f12db (diff) |
Increase send timeout. Also use an own variable for that.
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index 596324e..1b55388 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -23,6 +23,7 @@ typedef time_t ot_time; | |||
23 | /* Some tracker behaviour tunable */ | 23 | /* Some tracker behaviour tunable */ |
24 | #define OT_CLIENT_TIMEOUT 30 | 24 | #define OT_CLIENT_TIMEOUT 30 |
25 | #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 | 25 | #define OT_CLIENT_TIMEOUT_CHECKINTERVAL 5 |
26 | #define OT_CLIENT_TIMEOUT_SEND (60*15) | ||
26 | #define OT_CLIENT_REQUEST_INTERVAL (60*30) | 27 | #define OT_CLIENT_REQUEST_INTERVAL (60*30) |
27 | #define OT_CLIENT_REQUEST_VARIATION (60*6) | 28 | #define OT_CLIENT_REQUEST_VARIATION (60*6) |
28 | 29 | ||