|
Mixe for Privacy and Anonymity in the Internet
|
#include "StdAfx.h"#include "CALastMix.hpp"#include "CALastMixChannelList.hpp"#include "CALibProxytest.hpp"#include "CASocketGroup.hpp"#include "CASingleSocketGroup.hpp"#include "CAMsg.hpp"#include "CACmdLnOptions.hpp"#include "CASocketAddrUnix.hpp"#include "CACertStore.hpp"#include "CABase64.hpp"#include "CAPool.hpp"#include "xml/DOM_Output.hpp"#include "CAStatusManager.hpp"#include "CAControlChannelDispatcher.hpp"Go to the source code of this file.
Functions | |
| THREAD_RETURN | lm_loopLog (void *param) |
| 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 591 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?
Definition at line 731 of file CALastMix.cpp.
| THREAD_RETURN lm_loopSendToMix | ( | void * | param | ) |
How to end this thread: 0.
set m_bRestart=true;
Definition at line 623 of file CALastMix.cpp.