Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces
UDP.h File Reference
#include <atomic>
#include <memory>
#include <vector>
#include <deque>
#include <array>
#include <libdevcore/Guards.h>
#include <libdevcrypto/Common.h>
#include <libdevcore/SHA3.h>
#include <libdevcore/Log.h>
#include <libdevcore/RLP.h>
#include "Common.h"
Include dependency graph for UDP.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dev::p2p::RLPXWarn
 
struct  dev::p2p::RLPXNote
 
class  dev::p2p::UDPDatagram
 UDP Datagram. More...
 
struct  dev::p2p::RLPXDatagramFace
 RLPX Datagram which can be signed. More...
 
struct  dev::p2p::UDPSocketFace
 Interface which UDPSocket will implement. More...
 
struct  dev::p2p::UDPSocketEvents
 Interface which a UDPSocket's owner must implement. More...
 
class  dev::p2p::UDPSocket< Handler, MaxDatagramSize >
 UDP Interface Handler must implement UDPSocketEvents. More...
 

Namespaces

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

Detailed Description

Author
Alex Leverington nesse.nosp@m.nce@.nosp@m.gmail.nosp@m..com
Date
2014

Definition in file UDP.h.