yamux patches to help mitigate hanging issue

This commit is contained in:
Jeromy 2016-05-15 18:57:29 -07:00
parent e9edd9bdc3
commit d7edac0da3
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ func init() {
msstpt := psmss.NewBlankTransport()
ymxtpt := &yamux.Transport{
AcceptBacklog: 1024,
AcceptBacklog: 8192,
ConnectionWriteTimeout: time.Second * 10,
KeepAliveInterval: time.Second * 30,
EnableKeepAlive: true,

View File

@ -165,9 +165,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmYaeRqthWTco7oQF4dztuqA94P8JF36gVjd2z2eEqKfrh",
"hash": "QmSHTSkxXGQgaHWz91oZV3CDy3hmKmDgpjbYRT6niACG4E",
"name": "go-smux-yamux",
"version": "1.1.0"
"version": "1.1.1"
},
{
"author": "whyrusleeping",