Player::GetFileChunkCount
Defined in:
Returns the number of packets sent at one time during a file transfer.
C4Messages.h
Prototype
int32 GetFileChunkCount(void) const;
Description
During a file transfer, several data packets, or "chunks", are sent to the receiving machine at one time. Once the receiving machine has acknowledged all of the outstanding packets, the same number of packets is sent again, and the process repeats until the entire file has been transmitted. Calling GetFileChunkCount
retrieves the current number of data packets that are sent at one time. This number can be raised or lowered by calling the Player::SetFileChunkParams
function.
See Also