Skip to content
Snippets Groups Projects
Closed (moved) Quiet some warns for protocol errors setting rendezvous points
  • View options
  • Quiet some warns for protocol errors setting rendezvous points

  • View options
  • Closed (moved) Issue created by Roger Dingledine

    In https://lists.torproject.org/pipermail/tor-relays/2014-March/004031.html we see a relay operator reporting lots of "Invalid length on ESTABLISH_RENDEZVOUS" errors.

    The code in question is in rend_mid_establish_rendezvous():

      if (request_len != REND_COOKIE_LEN) {
        log_warn(LD_PROTOCOL, "Invalid length on ESTABLISH_RENDEZVOUS.");

    Seems to me that log_warn should be a log_protocol_warn, since there's nothing the relay operator should do about some client not obeying the protocol.

    Are there other log_warns in this vicinity that we should change also? I looked around a bit and didn't see others.

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading