X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fad318e69b9130ad51b5bcff09362b1f162f5270..b8df87e176f27b25534f27d7e240defa32ca35bc:/teshsuite/msg/app-bittorrent/bittorrent.h diff --git a/teshsuite/msg/app-bittorrent/bittorrent.h b/teshsuite/msg/app-bittorrent/bittorrent.h index 98fcbabf34..95ec74af45 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent.h +++ b/teshsuite/msg/app-bittorrent/bittorrent.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014, 2016. 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 @@ -14,7 +14,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