Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused constants.
[simgrid.git] / teshsuite / msg / app-bittorrent / bittorrent.h
index 95ec74a..816cf1f 100644 (file)
 /** Communication size for a task to the tracker */
 #define TRACKER_COMM_SIZE 1
 #define GET_PEERS_TIMEOUT 10000
-#define TIMEOUT_MESSAGE 10
-#define TRACKER_RECEIVE_TIMEOUT 10
 /** Number of peers that can be unchocked at a given time */
 #define MAX_UNCHOKED_PEERS 4
 /** Interval between each update of the choked peers */
 #define UPDATE_CHOKED_INTERVAL 30
-/** Number of pieces the peer asks for simultaneously */
-#define MAX_PIECES 1
 
 #endif /* BITTORRENT_BITTORRENT_H_ */