Skip to content

Commit

Permalink
Muxer early selection over Noise protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
julian88110 committed Oct 13, 2022
1 parent a401276 commit 718ec88
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 508 deletions.
2 changes: 1 addition & 1 deletion p2p/security/noise/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func makeTransport(b *testing.B) *Transport {
if err != nil {
b.Fatal(err)
}
tpt, err := New(priv)
tpt, err := New(priv, nil)
if err != nil {
b.Fatalf("error constructing transport: %v", err)
}
Expand Down
Loading

0 comments on commit 718ec88

Please sign in to comment.