Skip to content

Commit

Permalink
fixup! Remove theory from comments now contained in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilia Hane committed Apr 25, 2023
1 parent 9ade0d6 commit 90b10f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ pub const USER_AND_DYNAMIC_PORTS: RangeInclusive<u16> = 1025..=u16::MAX;

#[async_trait]
pub trait NatHolePunch {
/// A type in discv5 for indexing sessions.
/// A type in discv5 for indexing sessions. Discv5 indexes sessions based on combination
/// `(socket, node-id)`.
type SessionIndex: Send + Sync;
/// A discv5 error type.
type Discv5Error: Display + Debug;
Expand Down

0 comments on commit 90b10f6

Please sign in to comment.