Skip to content

Commit

Permalink
add early muxer selection to swarm metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Feb 21, 2023
1 parent d9004d2 commit 360742e
Show file tree
Hide file tree
Showing 10 changed files with 2,631 additions and 2,480 deletions.
2 changes: 2 additions & 0 deletions core/network/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ type ConnectionState struct {
Security protocol.ID
// the transport used on this connection. For example: tcp
Transport string
// indicates whether StreamMultiplexer was selected using inlined muxer negotiation
EarlyMuxerSelection bool
}

// ConnSecurity is the interface that one can mix into a connection interface to
Expand Down
Loading

0 comments on commit 360742e

Please sign in to comment.