X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d84113e2eb8d578a6838d21f84f55d9e77c65d4..65b0ef3e4abf59f79ff89fa7644aff2451922729:/examples/msg/bittorrent/bittorrent.h?ds=sidebyside diff --git a/examples/msg/bittorrent/bittorrent.h b/examples/msg/bittorrent/bittorrent.h index 4c24b9d58e..2cad1e40bd 100644 --- a/examples/msg/bittorrent/bittorrent.h +++ b/examples/msg/bittorrent/bittorrent.h @@ -7,10 +7,6 @@ #ifndef BITTORRENT_BITTORRENT_H_ #define BITTORRENT_BITTORRENT_H_ -/** - * Information message size - */ -#define MESSAGE_SIZE 1 /** * Size of mailboxes */ @@ -57,4 +53,5 @@ * Number of pieces the peer asks for simultaneously */ #define MAX_PIECES 1 + #endif /* BITTORRENT_BITTORRENT_H_ */