Bitcoin ABC  0.29.2
P2P Digital Currency
Public Attributes | List of all members
i2p::Connection Struct Reference

An established connection with another peer. More...

#include <i2p.h>

Collaboration diagram for i2p::Connection:
[legend]

Public Attributes

std::unique_ptr< Socksock
 Connected socket. More...
 
CService me
 Our I2P address. More...
 
CService peer
 The peer's I2P address. More...
 

Detailed Description

An established connection with another peer.

Definition at line 31 of file i2p.h.

Member Data Documentation

◆ me

CService i2p::Connection::me

Our I2P address.

Definition at line 36 of file i2p.h.

◆ peer

CService i2p::Connection::peer

The peer's I2P address.

Definition at line 39 of file i2p.h.

◆ sock

std::unique_ptr<Sock> i2p::Connection::sock

Connected socket.

Definition at line 33 of file i2p.h.


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