Skip to content

Commit

Permalink
SpEeellingG
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Nov 8, 2024
1 parent 05106f9 commit a8ccd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh-relay/src/protos/disco.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! This module exports [`looks_like_disco_wrapper`] as the only disco-related relay
//! funcionality.
//! functionality.
//!
//! Despite the relay not being able to read disco messages by design, it does attempt to
//! identify this trafic to ensure hole-punching messages are not lost do to congestion.
//! identify this traffic to ensure hole-punching messages are not lost do to congestion.

/// The 6 byte header of all discovery messages.
pub const MAGIC: &str = "TS💬"; // 6 bytes: 0x54 53 f0 9f 92 ac
Expand Down

0 comments on commit a8ccd6f

Please sign in to comment.