We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3909559 commit 2272c9cCopy full SHA for 2272c9c
src/peer_channels.rs
@@ -48,13 +48,13 @@ use crate::mimeparser::SystemMessage;
48
const PUBLIC_KEY_LENGTH: usize = 32;
49
const PUBLIC_KEY_STUB: &[u8] = "static_string".as_bytes();
50
51
-/// Store iroh peer channels for the context.
+/// Store Iroh peer channels for the context.
52
#[derive(Debug)]
53
pub struct Iroh {
54
- /// iroh router needed for iroh peer channels.
+ /// Iroh router needed for Iroh peer channels.
55
pub(crate) router: iroh::protocol::Router,
56
57
- /// [Gossip] needed for iroh peer channels.
+ /// [Gossip] needed for Iroh peer channels.
58
pub(crate) gossip: Gossip,
59
60
/// Sequence numbers for gossip channels.
0 commit comments