Remove compression

This commit is contained in:
Jakob Borg
2014-07-14 23:52:11 +02:00
parent 35b5999cba
commit 39a691a7e6
3 changed files with 12 additions and 29 deletions

View File

@@ -735,6 +735,9 @@ next:
protoConn := protocol.NewConnection(remoteID, conn, wr, m)
l.Infof("Established secure connection to %s at %v", remoteID, conn.RemoteAddr())
if debugNet {
l.Debugf("cipher suite %04X", conn.ConnectionState().CipherSuite)
}
events.Default.Log(events.NodeConnected, map[string]string{
"id": remoteID.String(),
"addr": conn.RemoteAddr().String(),