Fabcoin Core
0.16.2
P2P Digital Currency
|
#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"
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 | |
Definition in file UDP.h.