Implementation of the TCP Alternative Backoff with ECN (ABE) congestion control mechanism for the CongURE framework.
More...
Implementation of the TCP Alternative Backoff with ECN (ABE) congestion control mechanism for the CongURE framework.
- See also
- RFC 8511
◆ congure_abe_snd_t
Alias of CongURE Reno state object for CongURE ABE.
Definition at line 40 of file abe.h.
◆ congure_abe_set_mss()
Set sender maximum segment size.
- Attention
- This resets congure_reno_snd_t::cwnd to the new initial window size based on
mss
. So use with care.
- Parameters
-
[in] | c | A CongURE state object |
[in] | mss | Maximum segment size of the sender in caller-defined units |
Definition at line 85 of file abe.h.
◆ congure_abe_snd_setup()
Set's up the driver for a CongURE ABE object.
- Parameters
-
[in] | c | A CongURE ABE object. |
[in] | consts | The constants to use for c |