GNUnet 0.28.1-dev.4-8-g14b9efcb0
 
Loading...
Searching...
No Matches
QueueQualityContext Struct Reference

Closure for check_connection_quality. More...

Collaboration diagram for QueueQualityContext:
[legend]

Data Fields

struct Queueq
 Set to the k'th queue encountered.
 
unsigned int quality_count
 Set to the number of quality queues encountered.
 
unsigned int num_queues
 Set to the total number of queues encountered.
 
unsigned int k
 Decremented for each queue, for selection of the k-th queue in q.
 

Detailed Description

Closure for check_connection_quality.

Definition at line 13841 of file gnunet-service-transport.c.

Field Documentation

◆ q

struct Queue* QueueQualityContext::q

Set to the k'th queue encountered.

Definition at line 13846 of file gnunet-service-transport.c.

Referenced by transmit_dv_init().

◆ quality_count

unsigned int QueueQualityContext::quality_count

Set to the number of quality queues encountered.

Definition at line 13851 of file gnunet-service-transport.c.

Referenced by start_dv_learn(), and transmit_dv_init().

◆ num_queues

unsigned int QueueQualityContext::num_queues

Set to the total number of queues encountered.

Definition at line 13856 of file gnunet-service-transport.c.

Referenced by start_dv_learn(), and transmit_dv_init().

◆ k

unsigned int QueueQualityContext::k

Decremented for each queue, for selection of the k-th queue in q.

Definition at line 13862 of file gnunet-service-transport.c.

Referenced by start_dv_learn(), and transmit_dv_init().


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