Mixe for Privacy and Anonymity in the Internet
|
#include "CAMix.hpp"
#include "CAMuxSocket.hpp"
#include "CAASymCipher.hpp"
#include "CASocketAddrINet.hpp"
#include "CACacheLoadBalancing.hpp"
#include "CAUtil.hpp"
#include "CAQueue.hpp"
#include "CAInfoService.hpp"
#include "CALogPacketStats.hpp"
#include "CALastMixChannelList.hpp"
#include "CAMixWithReplayDB.hpp"
Go to the source code of this file.
Classes | |
class | CALastMix |
Functions | |
THREAD_RETURN | lm_loopLog (void *) |
THREAD_RETURN | lm_loopSendToMix (void *param) |
How to end this thread: 0. More... | |
THREAD_RETURN | lm_loopReadFromMix (void *pParam) |
THREAD_RETURN lm_loopLog | ( | void * | param | ) |
Definition at line 188 of file CALastMix.cpp.
THREAD_RETURN lm_loopReadFromMix | ( | void * | pParam | ) |
ToDo: check if keep-alive is really correct here - should it not be moved upwards?
ToDo: check if keep-alive is really correct here - should it not be moved upwards?
Definition at line 187 of file CALastMix.cpp.
THREAD_RETURN lm_loopSendToMix | ( | void * | param | ) |
How to end this thread: 0.
set m_bRestart=true;
Definition at line 186 of file CALastMix.cpp.