Tor
0.4.7.0-alpha-dev
|
Base circuit structure. More...
#include "core/or/or.h"
#include "lib/container/handles.h"
#include "core/or/cell_queue_st.h"
#include "ext/ht.h"
Go to the source code of this file.
Data Structures | |
struct | circuit_t |
Macros | |
#define | CIRCPAD_MAX_MACHINES (2) |
#define | ORIGIN_CIRCUIT_MAGIC 0x35315243u |
#define | OR_CIRCUIT_MAGIC 0x98ABC04Fu |
#define | DEAD_CIRCUIT_MAGIC 0xdeadc14c |
Base circuit structure.
Definition in file circuit_st.h.
#define CIRCPAD_MAX_MACHINES (2) |
Number of padding state machines on a circuit.
Definition at line 27 of file circuit_st.h.
#define DEAD_CIRCUIT_MAGIC 0xdeadc14c |
"magic" value for a circuit that would have been freed by circuit_free, but which we're keeping around until a cpuworker reply arrives. See circuit_free() for more documentation.
Definition at line 36 of file circuit_st.h.
#define OR_CIRCUIT_MAGIC 0x98ABC04Fu |
"magic" value for an or_circuit_t
Definition at line 32 of file circuit_st.h.
#define ORIGIN_CIRCUIT_MAGIC 0x35315243u |
"magic" value for an origin_circuit_t
Definition at line 30 of file circuit_st.h.