Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Enumerations | Variables
protocol.h File Reference
#include "serialize.h"
#include "netbase.h"
#include <string>
#include "uint256.h"
Include dependency graph for protocol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMessageHeader
 Message header. More...
 
class  CAddress
 A CService with information about it as peer. More...
 
class  CInv
 inv message data More...
 

Enumerations

enum  { NODE_NETWORK = (1 << 0), NODE_BLOOM = (1 << 1) }
 nServices flags More...
 
enum  { MSG_TX = 1, MSG_BLOCK, MSG_FILTERED_BLOCK }
 

Variables

bool fTestNet
 
unsigned char pchMessageStart [4]
 

Enumeration Type Documentation

anonymous enum

nServices flags

Enumerator
NODE_NETWORK 
NODE_BLOOM 

Definition at line 69 of file protocol.h.

anonymous enum
Enumerator
MSG_TX 
MSG_BLOCK 
MSG_FILTERED_BLOCK 

Definition at line 139 of file protocol.h.

Variable Documentation

bool fTestNet

Definition at line 81 of file util.cpp.

unsigned char pchMessageStart[4]

Definition at line 3178 of file main.cpp.