|
Mixes for Privacy and Anonymity in the Internet
|
| #define CHAIN_ID_LENGTH 8 |
| #define CHAIN_TIMEOUT 30 |
Referenced by CAChain::processDownstream(), and CALastMix::processKeyExchange().
| #define CHAINFLAG_CONNECTION_ERROR 0x8000 |
Referenced by CAChain::processDownstream().
| #define CHAINFLAG_FAST_RESPONSE 0x8000 |
Referenced by CALastMixB::loop().
| #define CHAINFLAG_LENGTH_MASK 0x03FF |
Referenced by CALastMixB::loop().
| #define CHAINFLAG_NEW_CHAIN 0x2000 |
Referenced by CALastMixB::loop().
| #define CHAINFLAG_STREAM_CLOSED 0x4000 |
Referenced by CALastMixB::loop(), and CAChain::processDownstream().
| #define CHAINFLAG_UNKNOWN_CHAIN 0x2000 |
Referenced by CAChain::processDownstream().
| #define CHANNEL_DOWNSTREAM_PACKETS 10 |
Referenced by CAChain::addChannel(), and CALastMix::processKeyExchange().
| #define CHANNEL_TIMEOUT 15 |
Referenced by CAChain::addChannel(), and CALastMix::processKeyExchange().
| #define DEADLINE_TIMEOUT 5 |
Referenced by CAChain::processDownstream().
| #define MAX_FIRST_DOWNSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - CHAIN_ID_LENGTH |
Referenced by CAChain::processDownstream().
| #define MAX_FIRST_UPSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - 1 |
Referenced by CALastMixB::loop().
| #define MAX_SEQUEL_DOWNSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 |
Referenced by CAChain::processDownstream().
| #define MAX_SEQUEL_UPSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - CHAIN_ID_LENGTH |
Referenced by CALastMixB::loop().
| struct t_first_upstream_chain_cell __attribute__ | ( | (__packed__) | ) |
| union { ... } |
| union { ... } |
Referenced by CAChainTable::createEntry(), CAChain::processDownstream(), and CAChain::~CAChain().
Referenced by CALastMixB::loop().
1.7.6.1