Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
A modifiable reference to an existing object or vector in memory.
RLPXFrameReader(uint16_t _protocolType)
std::vector< RLPXPacket > demux(RLPXFrameCoder &_coder, RLPXFrameInfo const &_info, bytesRef _frame)
Processes a single frame returning complete packets.
std::map< uint16_t, std::pair< RLPXPacket, uint32_t > > m_incomplete
Sequence: Incomplete packet and bytes remaining.
RLPFrameReader Reads and assembles RLPX frame byte buffers into RLPX packets.
Encoder/decoder transport for RLPx connection established by RLPXHandshake.