Skip to content

Commit

Permalink
bump yamux backlog setting way up
Browse files Browse the repository at this point in the history
  • Loading branch information
whyrusleeping committed Mar 8, 2016
1 parent 955ae93 commit fce4957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/net/swarm/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func init() {
msstpt := psmss.NewBlankTransport()

ymxtpt := &yamux.Transport{
AcceptBacklog: 2048,
AcceptBacklog: 8192,
ConnectionWriteTimeout: time.Second * 10,
KeepAliveInterval: time.Second * 30,
EnableKeepAlive: true,
Expand Down

0 comments on commit fce4957

Please sign in to comment.