From f5725af93af823770a5096e051c660857c7c0199 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 8 May 2008 16:15:12 +0000 Subject: [PATCH] remove unused TIMEOUT_INTERVAL_SEC and STOP_TIMEOUT_INTERVAL_SEC --- libtransmission/tracker.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libtransmission/tracker.c b/libtransmission/tracker.c index 4c3f68cf1..5057ac6c4 100644 --- a/libtransmission/tracker.c +++ b/libtransmission/tracker.c @@ -54,13 +54,6 @@ enum /* unless the tracker says otherwise, this is the announce min_interval */ DEFAULT_ANNOUNCE_MIN_INTERVAL_SEC = (60 * 2), - /* this is how long we'll leave a request hanging before timeout */ - TIMEOUT_INTERVAL_SEC = 30, - - /* this is how long we'll leave a 'stop' request hanging before timeout. - we wait less time for this so it doesn't slow down shutdowns */ - STOP_TIMEOUT_INTERVAL_SEC = 5, - /* the value of the 'numwant' argument passed in tracker requests. */ NUMWANT = 80,