Information tracked per connected peer. More...
Data Fields | |
| const struct GNUNET_PeerIdentity * | sender |
| Peer this is about. | |
| struct GNUNET_TRANSPORT_TESTING_InternalPeerContext * | ipi |
| Information about the receiving peer. | |
Information tracked per connected peer.
Definition at line 150 of file transport-testing-main2.c.
| 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().
| struct GNUNET_TRANSPORT_TESTING_InternalPeerContext* ConnectPairInfo::ipi |
Information about the receiving peer.
Definition at line 160 of file transport-testing-main2.c.