GNUnet 0.21.2
ConnectPairInfo Struct Reference

Information tracked per connected peer. More...

Collaboration diagram for ConnectPairInfo:
[legend]

Data Fields

const struct GNUNET_PeerIdentitysender
 Peer this is about. More...
 
struct GNUNET_TRANSPORT_TESTING_InternalPeerContextipi
 Information about the receiving peer. More...
 

Detailed Description

Information tracked per connected peer.

Definition at line 150 of file transport-testing-main2.c.

Field Documentation

◆ sender

const struct GNUNET_PeerIdentity* ConnectPairInfo::sender

Peer this is about.

Definition at line 155 of file transport-testing-main2.c.

Referenced by handle_test(), handle_test2(), and my_nc().

◆ ipi

struct GNUNET_TRANSPORT_TESTING_InternalPeerContext* ConnectPairInfo::ipi

Information about the receiving peer.

Definition at line 160 of file transport-testing-main2.c.

Referenced by handle_test(), handle_test2(), my_nc(), and my_nd().


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