Mixe for Privacy and Anonymity in the Internet
|
#include "CAMutex.hpp"
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_t * | PIPLIST |
typedef volatile PIPLIST | VOLATILE_PIPLIST |
#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 struct _iplist_t IPLISTENTRY |
Definition at line 1 of file CAIPList.hpp.
Definition at line 33 of file CAIPList.hpp.
typedef volatile PIPLIST VOLATILE_PIPLIST |
Definition at line 34 of file CAIPList.hpp.