X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bb074ee52aecad7d1f6d089ff7cd78283673240b..da354f0075d3dc4765ac52146c215604ff3c0f5f:/examples/s4u/app-bittorrent/s4u_bittorrent.hpp?ds=sidebyside diff --git a/examples/s4u/app-bittorrent/s4u_bittorrent.hpp b/examples/s4u/app-bittorrent/s4u_bittorrent.hpp index 4b02ab2f16..a3b296a2af 100644 --- a/examples/s4u/app-bittorrent/s4u_bittorrent.hpp +++ b/examples/s4u/app-bittorrent/s4u_bittorrent.hpp @@ -17,7 +17,7 @@ /** Interval of time where the peer should send a request to the tracker */ #define TRACKER_QUERY_INTERVAL 1000 /** Communication size for a task to the tracker */ -#define TRACKER_COMM_SIZE 0.01 +#define TRACKER_COMM_SIZE 1 #define GET_PEERS_TIMEOUT 10000 #define TIMEOUT_MESSAGE 10 #define TRACKER_RECEIVE_TIMEOUT 10