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 e3746c2 commit 93b737eCopy full SHA for 93b737e
src/peer_channels.rs
@@ -47,13 +47,13 @@ use crate::EventType;
47
const PUBLIC_KEY_LENGTH: usize = 32;
48
const PUBLIC_KEY_STUB: &[u8] = "static_string".as_bytes();
49
50
-/// Store iroh peer channels for the context.
+/// Store Iroh peer channels for the context.
51
#[derive(Debug)]
52
pub struct Iroh {
53
- /// iroh router needed for iroh peer channels.
+ /// Iroh router needed for Iroh peer channels.
54
pub(crate) router: iroh::protocol::Router,
55
56
- /// [Gossip] needed for iroh peer channels.
+ /// [Gossip] needed for Iroh peer channels.
57
pub(crate) gossip: Gossip,
58
59
/// Sequence numbers for gossip channels.
0 commit comments