syncsys
|
basisnetwork-serverclient which representates a participant/ a to the server connected client. More...
#include <network.h>
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. |
basisnetwork-serverclient which representates a participant/ a to the server connected client.
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.
void netlib::BasicServerClient::SetUpdateInterval | ( | unsigned int | i | ) | [inline] |
setter for UpdateInterval.
UpdateInterval derterminates how offen UpdateClient is called.