Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rewrite bittorrent example in s4u
[simgrid.git] / examples / msg / app-bittorrent / peer.c
index 7c248b3..23b78ef 100644 (file)
@@ -624,7 +624,7 @@ void update_choked_peers(peer_t peer)
         else
           XBT_DEBUG("Nothing to do, keep going");
         j++;
-      } while (peer_choosed == NULL && j < MAXIMUM_PAIRS);
+      } while (peer_choosed == NULL && j < MAXIMUM_PEERS);
     } else {
       //Use the "fastest download" policy.
       connection_t connection;