Mixe for Privacy and Anonymity in the Internet
Classes | Defines | Typedefs
CAIPList.hpp File Reference
#include "CAMutex.hpp"
Include dependency graph for CAIPList.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _iplist_t
 This structure is used for building the IP-List. More...
class  CAIPList
 The purpose of this class is to store a list of IP-Addresses. More...

Defines

#define MAX_IP_CONNECTIONS   CLIENTS_PER_IP
 The default value of allowed insertions, until insertIP() will return an error.

Typedefs

typedef struct _iplist_t IPLISTENTRY
typedef struct _iplist_tPIPLIST
typedef volatile PIPLIST VOLATILE_PIPLIST

Define Documentation

The default value of allowed insertions, until insertIP() will return an error.

Definition at line 47 of file CAIPList.hpp.

Referenced by CAIPList::CAIPList().


Typedef Documentation

typedef struct _iplist_t IPLISTENTRY

Definition at line 32 of file CAIPList.hpp.

typedef struct _iplist_t* PIPLIST

Definition at line 33 of file CAIPList.hpp.

typedef volatile PIPLIST VOLATILE_PIPLIST

Definition at line 34 of file CAIPList.hpp.