Connection -> MConnection, huge refactor. True multiplexing.

This commit is contained in:
Jae Kwon
2014-07-28 01:41:25 -07:00
parent 197c8328c9
commit 34fe442514
19 changed files with 825 additions and 654 deletions

2
log.go
View File

@ -4,6 +4,7 @@ import (
"os"
"github.com/op/go-logging"
"github.com/tendermint/tendermint/block"
"github.com/tendermint/tendermint/p2p"
)
@ -27,4 +28,5 @@ func init() {
*/
p2p.SetLogger(log)
block.SetLogger(log)
}