|
BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
|
The peer structure used to store the peer information obtained by peer discovery process. More...
#include <peer_queue.h>
Data Fields | |
| char | ip [256] |
| int | port |
The peer structure used to store the peer information obtained by peer discovery process.
| ip | The IP address of the peer. |
| port | The port of the peer. |
Definition at line 15 of file peer_queue.h.
| char Peer::ip[256] |
Definition at line 17 of file peer_queue.h.
Referenced by add_peer_to_queue().
| int Peer::port |
Definition at line 18 of file peer_queue.h.
Referenced by add_peer_to_queue().