Per-peer information. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Core handle for sending messages to this peer. More... | |
const struct GNUNET_PeerIdentity * | id |
What is the identity of the peer? More... | |
struct GNUNET_SCHEDULER_Task * | transmit_task |
Task scheduled to send message to this peer. More... | |
int | previous_round |
Did we receive or send a message about the previous round to this peer yet? GNUNET_YES if the previous round has been taken care of. More... | |
Per-peer information.
Definition at line 123 of file gnunet-service-nse.c.
struct GNUNET_MQ_Handle* NSEPeerEntry::mq |
Core handle for sending messages to this peer.
Definition at line 128 of file gnunet-service-nse.c.
Referenced by handle_core_connect(), and transmit_task_cb().
const struct GNUNET_PeerIdentity* NSEPeerEntry::id |
What is the identity of the peer?
Definition at line 133 of file gnunet-service-nse.c.
Referenced by handle_core_connect(), handle_p2p_estimate(), and transmit_task_cb().
struct GNUNET_SCHEDULER_Task* NSEPeerEntry::transmit_task |
Task scheduled to send message to this peer.
Definition at line 138 of file gnunet-service-nse.c.
Referenced by handle_core_connect(), handle_core_disconnect(), handle_p2p_estimate(), schedule_current_round(), transmit_task_cb(), and update_flood_times().
int NSEPeerEntry::previous_round |
Did we receive or send a message about the previous round to this peer yet? GNUNET_YES if the previous round has been taken care of.
Definition at line 145 of file gnunet-service-nse.c.
Referenced by handle_p2p_estimate(), schedule_current_round(), transmit_task_cb(), and update_flood_times().