BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
|
#include <peer_connection.h>
Data Fields | |
unsigned int | magic |
char | command [12] |
unsigned int | length |
unsigned char | checksum [4] |
Definition at line 28 of file peer_connection.h.
unsigned char bitcoin_msg_header::checksum[4] |
Definition at line 33 of file peer_connection.h.
Referenced by build_message(), and send_verack().
char bitcoin_msg_header::command[12] |
Definition at line 31 of file peer_connection.h.
Referenced by build_message(), connect_to_peer(), peer_communication(), send_getaddr_and_wait(), send_getdata_and_wait(), send_inv_and_wait(), and send_verack().
unsigned int bitcoin_msg_header::length |
Definition at line 32 of file peer_connection.h.
Referenced by build_message(), connect_to_peer(), peer_communication(), send_getaddr_and_wait(), send_getdata_and_wait(), and send_verack().
unsigned int bitcoin_msg_header::magic |
Definition at line 30 of file peer_connection.h.
Referenced by build_message(), connect_to_peer(), peer_communication(), send_getaddr_and_wait(), send_getdata_and_wait(), send_headers(), send_inv_and_wait(), send_tx(), and send_verack().