Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces
RLPXFrameWriter.h File Reference
#include <deque>
#include <libdevcore/Guards.h>
#include "RLPXFrameCoder.h"
#include "RLPXPacket.h"
Include dependency graph for RLPXFrameWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dev::p2p::RLPXFrameWriter
 Multiplex packets into encrypted RLPX frames. More...
 
struct  dev::p2p::RLPXFrameWriter::WriterState
 Queue and state for Writer Properties are used independently; only valid packets should be added to q. More...
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::p2p