{.name = "success", .key = REND1_SUCCESS},
{.name = "unsuitable_circuit", .key = REND1_UNSUITABLE_CIRCUIT},
{.name = "malformed", .key = REND1_MALFORMED},
- {.name = "unknown_service", .key = REND1_UNKNOWN_SERVICE},
+ {.name = "unknown_cookie", .key = REND1_UNKNOWN_COOKIE},
{.name = "circuit_dead", .key = REND1_CIRCUIT_DEAD},
};
static const size_t num_actions = ARRAY_LENGTH(actions);
* client gives up on a rendezvous circuit after sending INTRODUCE1, but
* before the onion service sends the RENDEZVOUS1 cell.
*/
- rep_hist_note_rend1_action(REND1_UNKNOWN_SERVICE);
+ rep_hist_note_rend1_action(REND1_UNKNOWN_COOKIE);
log_fn(LOG_DEBUG, LD_PROTOCOL,
"Rejecting RENDEZVOUS1 cell with unrecognized rendezvous cookie %s.",
hexid);