Menu

LocalConnectionParameters.h File Reference

Go to the source code of this file.

Data Structures

struct  FAMOUSO
 This struct or better its defined enum is used for tagging messages. That allows indicating the type of a message and therewith to do the correct steps while processing them. More...

Defines

#define ServPort   5005
 definition of the local port, at which the ECH accepts new incomming connections
#define servAddress   "127.0.0.1"
 definition of the ip adress, at which the ECH accepts new incomming connections. Normally, it is the localhost adress.
#define BUFSIZE   65535
 BUFSIZE describes the maximal message size. At the moment it is fixed to 2^16, but it is an open question -- What big can a message be?

Define Documentation

#define BUFSIZE   65535

BUFSIZE describes the maximal message size. At the moment it is fixed to 2^16, but it is an open question -- What big can a message be?

Referenced by famouso::mw::el::NotifyWorkerThread< T >::action().

#define servAddress   "127.0.0.1"

definition of the ip adress, at which the ECH accepts new incomming connections. Normally, it is the localhost adress.

#define ServPort   5005

definition of the local port, at which the ECH accepts new incomming connections