Per-peer information. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
Core handle for sending messages to this peer. | |
const struct GNUNET_PeerIdentity * | id |
What is the identity of the peer? | |
struct GNUNET_SCHEDULER_Task * | transmit_task |
Task scheduled to send message to this peer. | |
uint32_t | next_index_to_send |
Message to be sent. | |
struct GNUNET_PILS_Operation * | pils_op |
PILS Operation. | |
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. | |
Per-peer information.
Definition at line 125 of file gnunet-service-nse.c.
struct GNUNET_MQ_Handle* NSEPeerEntry::mq |
Core handle for sending messages to this peer.
Definition at line 130 of file gnunet-service-nse.c.
Referenced by handle_core_connect(), and sign_message_before_send_cb().
const struct GNUNET_PeerIdentity* NSEPeerEntry::id |
What is the identity of the peer?
Definition at line 135 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 140 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().
uint32_t NSEPeerEntry::next_index_to_send |
Message to be sent.
Definition at line 145 of file gnunet-service-nse.c.
Referenced by sign_message_before_send_cb(), and transmit_task_cb().
struct GNUNET_PILS_Operation* NSEPeerEntry::pils_op |
PILS Operation.
Definition at line 150 of file gnunet-service-nse.c.
Referenced by sign_message_before_send_cb(), and transmit_task_cb().
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 157 of file gnunet-service-nse.c.
Referenced by handle_p2p_estimate(), schedule_current_round(), transmit_task_cb(), and update_flood_times().