Mixes for Privacy and Anonymity in the Internet
|
Classes | |
struct | T_UserLoginData |
Macros | |
#define | COUNTRY_STATS_DB "CountryStats" |
#define | NR_OF_COUNTRIES 254 |
Typedefs | |
typedef struct T_UserLoginData | t_UserLoginData |
Functions | |
THREAD_RETURN | fm_loopSendToMix (void *param) |
How to end this thread: 0. More... | |
THREAD_RETURN | fm_loopReadFromMix (void *pParam) |
SINT32 | isAllowedToPassRestrictions (CASocket *pNewMuxSocket) |
THREAD_RETURN | fm_loopAcceptUsers (void *param) |
THREAD_RETURN | fm_loopLog (void *param) |
THREAD_RETURN | fm_loopDoUserLogin (void *param) |
void | mysqlEscapeTableName (UINT8 *str) |
Escape a string so tha it could be used as table anme. More... | |
THREAD_RETURN | iplist_loopDoLogCountries (void *param) |
#define COUNTRY_STATS_DB "CountryStats" |
#define NR_OF_COUNTRIES 254 |
typedef struct T_UserLoginData t_UserLoginData |
THREAD_RETURN fm_loopAcceptUsers | ( | void * | param | ) |
THREAD_RETURN fm_loopDoUserLogin | ( | void * | param | ) |
THREAD_RETURN fm_loopLog | ( | void * | param | ) |
THREAD_RETURN fm_loopReadFromMix | ( | void * | pParam | ) |
ToDo: check if keep-alive is really correct here - should it not be moved upwards?
THREAD_RETURN fm_loopSendToMix | ( | void * | param | ) |
How to end this thread: 0.
set bRestart=true;
THREAD_RETURN iplist_loopDoLogCountries | ( | void * | param | ) |
References CAMsg::printMsg().
void mysqlEscapeTableName | ( | UINT8 * | str | ) |
Escape a string so tha it could be used as table anme.
This is: exchange the chars '.' ; '/' ; '\' ; ':' with '_'
Referenced by CAFirstMix::initCountryStats().