80 void sendMessage(
const UDPServerClient* client,
const uint8_t messageType,
const uint32_t messageId, stringstream* frame,
const bool safe,
const bool deleteFrame);
Base class for network UDP server clients.
UDP Network server IO thread.
void sendMessage(const UDPServerClient *client, const uint8_t messageType, const uint32_t messageId, stringstream *frame, const bool safe, const bool deleteFrame)
pushes a message to be send, takes over ownership of frame
static const int MESSAGEACK_RESENDTIMES_TRIES
virtual void run()
thread program
MessageQueue messageQueue
MessageMapAck messageMapAck
map< uint32_t, Message * > MessageMapAck
static const uint64_t MESSAGEACK_KEEPTIME
void processAckMessages()
Clean up timed out safe messages, reissue messages not beeing acknowlegded from client.
void processAckReceived(UDPServerClient *client, const uint32_t messageId)
Processes an acknowlegdement reception.
queue< Message * > MessageQueue
UDPServerIOThread(const unsigned int id, UDPServer *server, const unsigned int maxCCU)
public constructor should be called in TCPServer
static const int MESSAGEQUEUE_SEND_BATCH_SIZE
static const uint64_t MESSAGEACK_RESENDTIMES[MESSAGEACK_RESENDTIMES_TRIES]
Base class for network UDP servers.
Interface to kernel event mechanismns.
Class representing a UDP socket.