GNUnet 0.28.1-dev.6-3-gbc381df64
 
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 14151 of file gnunet-service-transport.c.

Field Documentation

◆ q

struct Queue* QueueQualityContext::q

Set to the k'th queue encountered.

Definition at line 14156 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 14161 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 14166 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 14172 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: