diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-11-27 09:30:16 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-11-27 09:30:16 -0800 |
commit | a2791f43f595d06dbaeff7c4ea0bcecc5c04e2de (patch) | |
tree | e99faa7daf09d1c6b8451f871211fb63bd191916 /src/or/or.h | |
parent | 256bcb4755ce1296772aadd0e4a461c8c603d3b6 (diff) | |
download | tor-a2791f43f595d06dbaeff7c4ea0bcecc5c04e2de.tar tor-a2791f43f595d06dbaeff7c4ea0bcecc5c04e2de.tar.gz |
Correct documentation comments for fields formerly named accepted_intros
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index dcaea39d1..3510ab042 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3508,8 +3508,8 @@ typedef struct rend_intro_point_t { /** (Service side only) A digestmap recording the INTRODUCE2 cells * this intro point's circuit has received. Each key is the digest * of the RSA-encrypted part of a received INTRODUCE2 cell; each - * value is a pointer to the time_t at which the cell was - * received. */ + * value is a pointer to the time_t at which the cell was received. + * This digestmap is used to prevent replay attacks. */ digestmap_t *accepted_intro_rsa_parts; /** (Service side only) The time at which this intro point was first |