
#include <ChunkMulticastStrategy.h>

Data Fields | |
| int | chunkNumber |
| which chunk is this inside the whole message | |
| int | chunkSize |
| it is the size of the data part of the message (without the converse header) | |
| int | numChunks |
| total number of chunks to arrive | |
| int | idx |
| keeps track of the number of messages sent from this pe | |
| int | srcPe |
| pe from whom I'm receiving the message | |
Definition at line 21 of file ChunkMulticastStrategy.h.
which chunk is this inside the whole message
Definition at line 23 of file ChunkMulticastStrategy.h.
Referenced by ChunkMulticastStrategy::handleMessage(), and ChunkMulticastStrategy::insertMessage().
it is the size of the data part of the message (without the converse header)
Definition at line 24 of file ChunkMulticastStrategy.h.
Referenced by ChunkMulticastStrategy::handleMessage(), and ChunkMulticastStrategy::insertMessage().
total number of chunks to arrive
Definition at line 25 of file ChunkMulticastStrategy.h.
Referenced by ChunkMulticastStrategy::handleMessage(), and ChunkMulticastStrategy::insertMessage().
keeps track of the number of messages sent from this pe
Definition at line 27 of file ChunkMulticastStrategy.h.
Referenced by ChunkMulticastStrategy::handleMessage(), and ChunkMulticastStrategy::insertMessage().
pe from whom I'm receiving the message
Definition at line 28 of file ChunkMulticastStrategy.h.
Referenced by ChunkMulticastStrategy::handleMessage(), and ChunkMulticastStrategy::insertMessage().
1.5.5