Mixes for Privacy and Anonymity in the Internet
Defines | Functions
CAMiddleMix.cpp File Reference

Defines

#define MIDDLE_MIX_SIZE_OF_SYMMETRIC_KEYS   2*KEY_SIZE
#define MIDDLE_MIX_ASYM_PADDING_SIZE   42
#define RETRIES   100
#define RETRYTIME   10

Functions

THREAD_RETURN mm_loopSendToMixAfter (void *param)
 UPSTREAM (to WEB) Take the packets from the Queue and write them to the Socket.
THREAD_RETURN mm_loopSendToMixBefore (void *param)
 DOWNSTREAM (to Client) Take the packets from the Queue and write them to the Socket.
THREAD_RETURN mm_loopReadFromMixBefore (void *param)
THREAD_RETURN mm_loopReadFromMixAfter (void *param)

Define Documentation

#define RETRIES   100
#define RETRYTIME   10

Function Documentation