Loading...
Searching...
No Matches

Configuration for congestion control using CongURE - A Congestion control framework. More...

Detailed Description

Configuration for congestion control using CongURE - A Congestion control framework.

Files

file  config.h
 

Macros

#define CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT   (4U)
 Default numerator of the ABE multiplier (0.8)
 
#define CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT   (5U)
 Default denominator of the ABE multiplier (0.8)
 

Macro Definition Documentation

◆ CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT

#define CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT   (5U)

Default denominator of the ABE multiplier (0.8)

Note
Use with CongURE implementation of TCP ABE
See also
RFC 8511, section 3.1

Definition at line 44 of file config.h.

◆ CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT

#define CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT   (4U)

Default numerator of the ABE multiplier (0.8)

Note
Use with CongURE implementation of TCP ABE
See also
RFC 8511, section 3.1

Definition at line 34 of file config.h.