]> granicus.if.org Git - transmission/commitdiff
remove unused TIMEOUT_INTERVAL_SEC and STOP_TIMEOUT_INTERVAL_SEC
authorCharles Kerr <charles@transmissionbt.com>
Thu, 8 May 2008 16:15:12 +0000 (16:15 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 8 May 2008 16:15:12 +0000 (16:15 +0000)
libtransmission/tracker.c

index 4c3f68cf198c54273aefa4f70c0b977ee5f7704f..5057ac6c45e742654ae3069f4885bfa7c43e237e 100644 (file)
@@ -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,