Mixe for Privacy and Anonymity in the Internet
Macros
CAMsg.cpp File Reference
#include "StdAfx.h"
#include "CAMsg.hpp"
#include "CACmdLnOptions.hpp"
#include "CAASymCipher.hpp"
#include "CASymCipher.hpp"
#include "CAUtil.hpp"
#include "CABase64.hpp"
#include "CALibProxytest.hpp"
Include dependency graph for CAMsg.cpp:

Go to the source code of this file.

Macros

#define FILENAME_ENCRYPTEDLOG   "/encrypted_messages"
 
#define FILENAME_INFOLOG   "/messages"
 
#define FILENAME_INFOLOG_GZ   "/messages.gz"
 
#define MAX_MSG_SIZE   8192
 
#define STRMSGTYPES_SIZE   12
 

Macro Definition Documentation

◆ FILENAME_ENCRYPTEDLOG

#define FILENAME_ENCRYPTEDLOG   "/encrypted_messages"

Definition at line 37 of file CAMsg.cpp.

◆ FILENAME_INFOLOG

#define FILENAME_INFOLOG   "/messages"

Definition at line 38 of file CAMsg.cpp.

◆ FILENAME_INFOLOG_GZ

#define FILENAME_INFOLOG_GZ   "/messages.gz"

Definition at line 39 of file CAMsg.cpp.

◆ MAX_MSG_SIZE

#define MAX_MSG_SIZE   8192

Definition at line 41 of file CAMsg.cpp.

◆ STRMSGTYPES_SIZE

#define STRMSGTYPES_SIZE   12

Definition at line 46 of file CAMsg.cpp.