summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2021-06-10 23:10:15 +0000
committerDavid Goulet <dgoulet@torproject.org>2021-07-30 12:57:30 -0400
commit802d7e22c56b3ae3877d8dfa9ada1390bd86b33d (patch)
treea4c4a050d8935c5c964a34a6f95fb5be1a50f819 /src
parentf1d0c2d8260657925bfff32cf01417e735263e22 (diff)
downloadtor-802d7e22c56b3ae3877d8dfa9ada1390bd86b33d.tar.gz
tor-802d7e22c56b3ae3877d8dfa9ada1390bd86b33d.zip
Prop#324: Add congestion control state to structs
Diffstat (limited to 'src')
-rw-r--r--src/core/or/circuit_st.h4
-rw-r--r--src/core/or/crypt_path_st.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/core/or/circuit_st.h b/src/core/or/circuit_st.h
index 870bcbf7cf..be6429438a 100644
--- a/src/core/or/circuit_st.h
+++ b/src/core/or/circuit_st.h
@@ -22,6 +22,7 @@
struct hs_token_t;
struct circpad_machine_spec_t;
struct circpad_machine_runtime_t;
+struct congestion_control_t;
/** Number of padding state machines on a circuit. */
#define CIRCPAD_MAX_MACHINES (2)
@@ -244,6 +245,9 @@ struct circuit_t {
* that STOP commands actually correspond to the current machine,
* and not a previous one. */
uint32_t padding_machine_ctr;
+
+ /** Congestion control fields */
+ struct congestion_control_t *ccontrol;
};
#endif /* !defined(CIRCUIT_ST_H) */
diff --git a/src/core/or/crypt_path_st.h b/src/core/or/crypt_path_st.h
index 2529b6ee41..ddc85eec14 100644
--- a/src/core/or/crypt_path_st.h
+++ b/src/core/or/crypt_path_st.h
@@ -29,6 +29,8 @@ struct onion_handshake_state_t {
} u;
};
+struct congestion_control_t;
+
/** Macro to encapsulate private members of a struct.
*
* Renames 'x' to 'x_crypt_path_private_field'.
@@ -80,6 +82,9 @@ struct crypt_path_t {
int deliver_window; /**< How many cells are we willing to deliver originating
* at this step? */
+ /** Congestion control info */
+ struct congestion_control_t *ccontrol;
+
/*********************** Private members ****************************/
/** Private member: Cryptographic state used for encrypting and