diff options
author | erdgeist <> | 2007-01-18 13:06:49 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-18 13:06:49 +0000 |
commit | 908649af9841b224d783bcf091fa3bb2e29dfd07 (patch) | |
tree | 05855f6562c87353c86dae6504b638c8524b19d5 /trackerlogic.h | |
parent | 7c4fcdbd970220e903e63938a94257d5c70cafc9 (diff) |
From now the OT_CLIENT_TIMEOUT will be enforced, even if some data arrived inside this interval
Diffstat (limited to 'trackerlogic.h')
-rw-r--r-- | trackerlogic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/trackerlogic.h b/trackerlogic.h index a46869a..413c10b 100644 --- a/trackerlogic.h +++ b/trackerlogic.h | |||
@@ -86,6 +86,5 @@ size_t return_peers_for_torrent( ot_torrent *torrent, unsigned int amount, char | |||
86 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); | 86 | size_t return_scrape_for_torrent( ot_hash *hash, char *reply ); |
87 | size_t return_stats_for_tracker( char *reply, int mode ); | 87 | size_t return_stats_for_tracker( char *reply, int mode ); |
88 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); | 88 | void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ); |
89 | void cleanup_torrents( void ); | ||
90 | 89 | ||
91 | #endif | 90 | #endif |