Skip to content

Commit

Permalink
noise: use noise extension for early muxer selection.
Browse files Browse the repository at this point in the history
Tracking issue: #1789
obselets PR #1813
  • Loading branch information
julian88110 committed Oct 11, 2022
1 parent 63b8803 commit 3b10795
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 502 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 3b10795

Please sign in to comment.