mirror of https://github.com/aria2/aria2
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
DEFAULT_ANNOUNCE_INTERVAL: unsigned int -> time_t * src/BtAnnounce.hpull/1/head
parent
d3453a8387
commit
2439cad4ac
|
@ -1,3 +1,8 @@
|
||||||
|
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
|
DEFAULT_ANNOUNCE_INTERVAL: unsigned int -> time_t
|
||||||
|
* src/BtAnnounce.h
|
||||||
|
|
||||||
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
2008-09-03 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||||
|
|
||||||
If an error occurred with a URI, remove identical URI from remaining
|
If an error occurred with a URI, remove identical URI from remaining
|
||||||
|
|
|
@ -123,7 +123,7 @@ public:
|
||||||
|
|
||||||
static const std::string PEERS;
|
static const std::string PEERS;
|
||||||
|
|
||||||
static const unsigned int DEFAULT_ANNOUNCE_INTERVAL = 120;
|
static const time_t DEFAULT_ANNOUNCE_INTERVAL = 120;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef SharedHandle<BtAnnounce> BtAnnounceHandle;
|
typedef SharedHandle<BtAnnounce> BtAnnounceHandle;
|
||||||
|
|
Loading…
Reference in New Issue