Commit 780d4133 authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #11 from libp2p/revert/conn-interfaces

Revert the new Conn interfaces
parents b3807808 00654424
2.0.0: QmbZD4YSQDKW99RYos6zwNxDJnNe2Bem72fH4nNVZMDdS8
1.2.4: Qma4NWvRhky8jxd1dSy7FikQY1Mfn6eWtcRf2ZgcMBPNLC
......@@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmVFEAZHvDvgFhGVmySEfejrzgBmWyHPdJhC3jDHDQjtzg",
"hash": "QmS4L8WB9RLZLu9YbS19cHJVjQnuvTyGaGKs75DtmX4Jyo",
"name": "go-reuseport",
"version": "0.1.6"
"version": "0.1.7"
},
{
"author": "whyrusleeping",
......@@ -27,9 +27,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmYcK2kPkJmj9GMxKvLhD4REtAkeuaN8sqDEJePmEqHQnp",
"hash": "Qme2XMfKbWzzYd92YvA1qnFMe3pGDR86j5BcFtx4PwdRvr",
"name": "go-libp2p-transport",
"version": "3.0.0"
"version": "2.2.9"
},
{
"hash": "QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52",
......@@ -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"
}
......@@ -275,7 +275,6 @@ type tcpConn struct {
}
var _ tpt.Conn = &tcpConn{}
var _ tpt.DuplexConn = &tcpConn{}
func (c *tcpConn) Transport() tpt.Transport {
return c.t
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment