Merge pull request #352 from fjl/no-enc-handshake

p2p: disable encryption handshake, enable log events
This commit is contained in:
Jeffrey Wilcke
2015-02-19 22:46:07 +01:00
10 changed files with 334 additions and 343 deletions

View File

@ -931,7 +931,8 @@ ApplicationWindow {
model: peerModel
TableViewColumn{width: 180; role: "addr" ; title: "Remote Address" }
TableViewColumn{width: 280; role: "nodeID" ; title: "Node ID" }
TableViewColumn{width: 180; role: "caps" ; title: "Capabilities" }
TableViewColumn{width: 100; role: "name" ; title: "Name" }
TableViewColumn{width: 40; role: "caps" ; title: "Capabilities" }
}
}
}