mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Describe rend_service_descriptor_t more completely
This commit is contained in:
parent
aa900b17ca
commit
07a5cf285a
@ -3463,7 +3463,8 @@ typedef struct rend_intro_point_t {
|
|||||||
* key, if this descriptor is V2. */
|
* key, if this descriptor is V2. */
|
||||||
} rend_intro_point_t;
|
} rend_intro_point_t;
|
||||||
|
|
||||||
/** Information used to connect to a hidden service. */
|
/** Information used to connect to a hidden service. Used on both the
|
||||||
|
* service side and the client side. */
|
||||||
typedef struct rend_service_descriptor_t {
|
typedef struct rend_service_descriptor_t {
|
||||||
crypto_pk_env_t *pk; /**< This service's public key. */
|
crypto_pk_env_t *pk; /**< This service's public key. */
|
||||||
int version; /**< Version of the descriptor format: 0 or 2. */
|
int version; /**< Version of the descriptor format: 0 or 2. */
|
||||||
|
Loading…
Reference in New Issue
Block a user