X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7cfc39a067963b183621e9e9d08d604de258de34..9a70319084dc5c9e13be59bb0554775a91431cd4:/examples/bittorrent/Common.java diff --git a/examples/bittorrent/Common.java b/examples/bittorrent/Common.java index 9f155399dd..5fe91e77d0 100644 --- a/examples/bittorrent/Common.java +++ b/examples/bittorrent/Common.java @@ -17,7 +17,7 @@ public class Common { /** * Max number of pairs sent by the tracker to clients */ - public static int MAXIMUM_PAIRS = 50; + public static int MAXIMUM_PEERS = 50; /** * Interval of time where the peer should send a request to the tracker */