Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from libp2p/revert/conn-interfaces
Browse files Browse the repository at this point in the history
Revert the new Conn interfaces
  • Loading branch information
Stebalien committed Oct 24, 2017
2 parents b380780 + 0065442 commit 780d413
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0: QmbZD4YSQDKW99RYos6zwNxDJnNe2Bem72fH4nNVZMDdS8
1.2.4: Qma4NWvRhky8jxd1dSy7FikQY1Mfn6eWtcRf2ZgcMBPNLC
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmVFEAZHvDvgFhGVmySEfejrzgBmWyHPdJhC3jDHDQjtzg",
"hash": "QmS4L8WB9RLZLu9YbS19cHJVjQnuvTyGaGKs75DtmX4Jyo",
"name": "go-reuseport",
"version": "0.1.6"
"version": "0.1.7"
},
{
"author": "whyrusleeping",
Expand All @@ -27,9 +27,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmYcK2kPkJmj9GMxKvLhD4REtAkeuaN8sqDEJePmEqHQnp",
"hash": "Qme2XMfKbWzzYd92YvA1qnFMe3pGDR86j5BcFtx4PwdRvr",
"name": "go-libp2p-transport",
"version": "3.0.0"
"version": "2.2.9"
},
{
"hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
Expand All @@ -48,6 +48,6 @@
"license": "MIT",
"name": "go-tcp-transport",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "2.0.0"
"version": "1.2.4"
}

1 change: 0 additions & 1 deletion tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ type tcpConn struct {
}

var _ tpt.Conn = &tcpConn{}
var _ tpt.DuplexConn = &tcpConn{}

func (c *tcpConn) Transport() tpt.Transport {
return c.t
Expand Down

0 comments on commit 780d413

Please sign in to comment.