|
Mixe for Privacy and Anonymity in the Internet
|
Go to the source code of this file.
| #define CHAIN_ID_LENGTH 8 |
Definition at line 40 of file typedefsb.hpp.
Referenced by CAChainTable::createEntry(), CAChainTable::getEntryInternal(), CAChain::getPrintableChainId(), and CAChain::processDownstream().
| #define CHAIN_TIMEOUT 30 |
Definition at line 37 of file typedefsb.hpp.
Referenced by CAChain::processDownstream(), and CALastMix::processKeyExchange().
| #define CHAINFLAG_CONNECTION_ERROR 0x8000 |
Definition at line 66 of file typedefsb.hpp.
Referenced by CAChain::processDownstream().
| #define CHAINFLAG_FAST_RESPONSE 0x8000 |
Definition at line 63 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
| #define CHAINFLAG_LENGTH_MASK 0x03FF |
Definition at line 69 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
| #define CHAINFLAG_NEW_CHAIN 0x2000 |
Definition at line 62 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
| #define CHAINFLAG_STREAM_CLOSED 0x4000 |
Definition at line 59 of file typedefsb.hpp.
Referenced by CALastMixB::loop(), and CAChain::processDownstream().
| #define CHAINFLAG_UNKNOWN_CHAIN 0x2000 |
Definition at line 67 of file typedefsb.hpp.
Referenced by CAChain::processDownstream().
| #define CHANNEL_DOWNSTREAM_PACKETS 10 |
Definition at line 35 of file typedefsb.hpp.
Referenced by CAChain::addChannel(), and CALastMix::processKeyExchange().
| #define CHANNEL_TIMEOUT 15 |
Definition at line 36 of file typedefsb.hpp.
Referenced by CAChain::addChannel(), and CALastMix::processKeyExchange().
| #define DEADLINE_TIMEOUT 5 |
Definition at line 38 of file typedefsb.hpp.
Referenced by CAChain::processDownstream().
| #define MAX_FIRST_DOWNSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - CHAIN_ID_LENGTH |
Definition at line 119 of file typedefsb.hpp.
Referenced by CAChain::processDownstream().
| #define MAX_FIRST_UPSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - 1 |
Definition at line 71 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
| #define MAX_SEQUEL_DOWNSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 |
Definition at line 120 of file typedefsb.hpp.
Referenced by CAChain::processDownstream().
| #define MAX_SEQUEL_UPSTREAM_CHAINCELL_PAYLOAD DATA_SIZE - 2 - CHAIN_ID_LENGTH |
Definition at line 72 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
Definition at line 163 of file typedefsb.hpp.
Definition at line 117 of file typedefsb.hpp.
| struct t_first_upstream_chain_cell __attribute__ | ( | (__packed__) | ) |
| union { ... } |
| union { ... } |
Definition at line 107 of file typedefsb.hpp.
Referenced by CAChainTable::createEntry(), CAChain::processDownstream(), and CAChain::~CAChain().
Definition at line 103 of file typedefsb.hpp.
Definition at line 117 of file typedefsb.hpp.
Definition at line 115 of file typedefsb.hpp.
Referenced by CALastMixB::loop().
Definition at line 118 of file typedefsb.hpp.
Definition at line 102 of file typedefsb.hpp.
1.7.6.1