Mixe for Privacy and Anonymity in the Internet
Classes | Macros | 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...
 

Macros

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

Typedefs

typedef struct _iplist_t IPLISTENTRY
 
typedef struct _iplist_tPIPLIST
 
typedef volatile PIPLIST VOLATILE_PIPLIST
 

Macro Definition Documentation

◆ MAX_IP_CONNECTIONS

#define MAX_IP_CONNECTIONS   CLIENTS_PER_IP

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

Definition at line 47 of file CAIPList.hpp.

Typedef Documentation

◆ IPLISTENTRY

typedef struct _iplist_t IPLISTENTRY

Definition at line 1 of file CAIPList.hpp.

◆ PIPLIST

typedef struct _iplist_t* PIPLIST

Definition at line 33 of file CAIPList.hpp.

◆ VOLATILE_PIPLIST

typedef volatile PIPLIST VOLATILE_PIPLIST

Definition at line 34 of file CAIPList.hpp.