tor-error: Clarify what we mean by "hostile".

Signed-off-by: Gabriela Moldovan <gabi@torproject.org>
This commit is contained in:
Gabriela Moldovan 2023-06-05 11:07:09 +01:00
parent de8ca98900
commit 44fca4c2ca
No known key found for this signature in database
GPG Key ID: 3946E0ADE72BAC99
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ pub enum ErrorKind {
/// by the hidden service for advertising itself.
/// * All the directories we spoke to are malfunctioning and accepted the descriptor despite
/// it being broken in a way they can see. This could indicate that some or all of the
/// directories are hostile.
/// directories are hostile (i.e. conducting an attack)
#[cfg(feature = "experimental-api")]
#[display(fmt = "Onion Service descriptor parsing failed")]
OnionServiceDescriptorParsingFailed,