GNUnet  0.20.0
PropertyRange Struct Reference

Range information for normalization of quality properties. More...

Collaboration diagram for PropertyRange:
[legend]

Data Fields

struct GNUNET_ATS_Properties min
 Minimum value we see for this property across all addresses. More...
 
struct GNUNET_ATS_Properties max
 Maximum value we see for this property across all addresses. More...
 

Detailed Description

Range information for normalization of quality properties.

Definition at line 40 of file gnunet-service-ats_normalization.c.

Field Documentation

◆ min

struct GNUNET_ATS_Properties PropertyRange::min

Minimum value we see for this property across all addresses.

Definition at line 293 of file gnunet-service-ats_normalization.c.

Referenced by find_min_max_it(), init_range(), and normalize_address().

◆ max

struct GNUNET_ATS_Properties PropertyRange::max

Maximum value we see for this property across all addresses.

Definition at line 293 of file gnunet-service-ats_normalization.c.

Referenced by find_min_max_it(), and normalize_address().


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