Mixes for Privacy and Anonymity in the Internet
Classes | Defines | Typedefs
CAIPList.hpp File Reference

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.

Referenced by CAIPList::CAIPList().


Typedef Documentation

typedef struct _iplist_t IPLISTENTRY
typedef struct _iplist_t* PIPLIST
typedef volatile PIPLIST VOLATILE_PIPLIST