Pyrogenesis  trunk
Classes | Variables
NetFileTransfer.h File Reference
#include <map>
#include <string>
Include dependency graph for NetFileTransfer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CNetFileReceiveTask
 Asynchronous file-receiving task. More...
 
class  CNetFileTransferer
 Handles transferring files between clients and servers. More...
 
struct  CNetFileTransferer::CNetFileSendTask
 Asynchronous file-sending task. More...
 

Variables

static const size_t DEFAULT_FILE_TRANSFER_PACKET_SIZE = 1024
 
static const size_t DEFAULT_FILE_TRANSFER_WINDOW_SIZE = 32
 
static const size_t MAX_FILE_TRANSFER_SIZE = 8*MiB
 

Variable Documentation

◆ DEFAULT_FILE_TRANSFER_PACKET_SIZE

const size_t DEFAULT_FILE_TRANSFER_PACKET_SIZE = 1024
static

◆ DEFAULT_FILE_TRANSFER_WINDOW_SIZE

const size_t DEFAULT_FILE_TRANSFER_WINDOW_SIZE = 32
static

◆ MAX_FILE_TRANSFER_SIZE

const size_t MAX_FILE_TRANSFER_SIZE = 8*MiB
static