aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-11-27 09:30:16 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-11-27 09:30:16 -0800
commita2791f43f595d06dbaeff7c4ea0bcecc5c04e2de (patch)
treee99faa7daf09d1c6b8451f871211fb63bd191916 /src/or/rendservice.c
parent256bcb4755ce1296772aadd0e4a461c8c603d3b6 (diff)
downloadtor-a2791f43f595d06dbaeff7c4ea0bcecc5c04e2de.tar.gz
tor-a2791f43f595d06dbaeff7c4ea0bcecc5c04e2de.zip
Correct documentation comments for fields formerly named accepted_intros
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 2aa02f9e05..2c54f3059d 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -89,8 +89,12 @@ typedef struct rend_service_t {
* up-to-date. */
time_t next_upload_time; /**< Scheduled next hidden service descriptor
* upload time. */
- /** Map from digests of Diffie-Hellman values INTRODUCE2 to time_t of when
- * they were received; used to prevent replays. */
+ /** Map from digests of Diffie-Hellman values INTRODUCE2 to time_t
+ * of when they were received. Clients may send INTRODUCE1 cells
+ * for the same rendezvous point through two or more different
+ * introduction points; when they do, this digestmap keeps us from
+ * launching multiple simultaneous attempts to connect to the same
+ * rend point. */
digestmap_t *accepted_intro_dh_parts;
/** Time at which we last removed expired values from
* accepted_intro_dh_parts. */