Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ChunkResponse ( ) : System |
Default constructor of the class
|
|
ChunkResponse ( int servingBuffer, string RID, int CID, byte payload, |
Constructor of the class that initialize attributes of the message.
|
public ChunkResponse ( int servingBuffer, string RID, int CID, byte payload, |
||
servingBuffer | int | Serving buffer of te peer (that send the message). It is used for load balance |
RID | string | Resource identificator |
CID | int | Chunk identificator (foundamentally a progressive integer) |
payload | byte | Payload of the chunk |
SenderAddress | Address of the sender of this message | |
Résultat | System |