syncsys
Public Member Functions | Protected Member Functions

netlib::BasicServerClient Class Reference

basisnetwork-serverclient which representates a participant/ a to the server connected client. More...

#include <network.h>

Inheritance diagram for netlib::BasicServerClient:
netlib::Clientclass netlib::Network syncsys::MemExServerClient

List of all members.

Public Member Functions

void SetUpdateInterval (unsigned int i)
 setter for UpdateInterval.
void AddSingularDelay (unsigned int i)
 shifts the LastUpdate.
sockaddr_in GetAddress (void) const
 getter for the peer-address.
void Kick (void)
 Should be clear ;)
bool IsHeaderOkay (const Packet &p) const
 finalised version of Clientclass callback

Protected Member Functions

 BasicServerClient (InitData &, unsigned int UpdateInterval=50, bool AllowSendBlock=false, bool DisableNagle=true, int SendBufferSize=256 *1024, unsigned short CloseMsg=-1)
 standard c'tor.

Detailed Description

basisnetwork-serverclient which representates a participant/ a to the server connected client.


Constructor & Destructor Documentation

netlib::BasicServerClient::BasicServerClient ( InitData ,
unsigned int  UpdateInterval = 50,
bool  AllowSendBlock = false,
bool  DisableNagle = true,
int  SendBufferSize = 256 *1024,
unsigned short  CloseMsg = -1 
) [protected]

standard c'tor.

UpdateInterval derterminates how offen UpdateClient is called.


Member Function Documentation

void netlib::BasicServerClient::SetUpdateInterval ( unsigned int  i) [inline]

setter for UpdateInterval.

UpdateInterval derterminates how offen UpdateClient is called.


The documentation for this class was generated from the following file: