|
|
@ -252,7 +252,7 @@ void RLPXHandshake::transition(boost::system::error_code _ech) |
|
|
|
} |
|
|
|
|
|
|
|
clog(NetNote) << (m_originated ? "p2p.connect.egress" : "p2p.connect.ingress") << "hello frame: success. starting session."; |
|
|
|
RLP rlp(frame.cropped(1)); |
|
|
|
RLP rlp(frame.cropped(1), RLP::ThrowOnFail | RLP::FailIfTooSmall); |
|
|
|
m_host->startPeerSession(m_remote, rlp, m_io, m_socket->remoteEndpoint()); |
|
|
|
} |
|
|
|
}); |
|
|
|