BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
Loading...
Searching...
No Matches
Peer Struct Reference

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
 

Detailed Description

The peer structure used to store the peer information obtained by peer discovery process.

Parameters
ipThe IP address of the peer.
portThe port of the peer.

Definition at line 15 of file peer_queue.h.

Field Documentation

◆ ip

char Peer::ip[256]

Definition at line 17 of file peer_queue.h.

Referenced by add_peer_to_queue().

◆ port

int Peer::port

Definition at line 18 of file peer_queue.h.

Referenced by add_peer_to_queue().


The documentation for this struct was generated from the following file: