Browse Source

add support for the new Reset method.

pull/1450/head
Steven Allen 7 years ago
parent
commit
43db8f270a
  1. 2
      p2p/muxer/mplex/multiplex.go
  2. 2
      p2p/muxer/mplex/multiplex_test.go

2
p2p/muxer/mplex/multiplex.go

@ -4,7 +4,7 @@ import (
"errors"
"net"
smux "github.com/jbenet/go-stream-muxer"
smux "github.com/libp2p/go-stream-muxer"
mp "github.com/whyrusleeping/go-multiplex" // Conn is a connection to a remote peer.
)

2
p2p/muxer/mplex/multiplex_test.go

@ -3,7 +3,7 @@ package peerstream_multiplex
import (
"testing"
test "github.com/jbenet/go-stream-muxer/test"
test "github.com/libp2p/go-stream-muxer/test"
)
func TestMultiplexTransport(t *testing.T) {

Loading…
Cancel
Save