X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd5f7562caf1d443bf22788fa5f4fac408776ec..70790490ad6ddbc26225ce84f5c3d17b5efacc20:/teshsuite/msg/app-bittorrent/bittorrent.h diff --git a/teshsuite/msg/app-bittorrent/bittorrent.h b/teshsuite/msg/app-bittorrent/bittorrent.h index d88793811e..816cf1f308 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent.h +++ b/teshsuite/msg/app-bittorrent/bittorrent.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014, 2016-2017. The SimGrid Team. +/* Copyright (c) 2012-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -16,13 +16,9 @@ /** 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_ */