A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::TcpLedbat::OwdCircBuf Struct Reference

Buffer structure to store delays. More...

+ Collaboration diagram for ns3::TcpLedbat::OwdCircBuf:

Public Attributes

std::vector< uint32_tbuffer
 Vector to store the delay.
 
uint32_t min
 The index of minimum value.
 

Detailed Description

Buffer structure to store delays.

Definition at line 120 of file tcp-ledbat.h.

Member Data Documentation

◆ buffer

std::vector<uint32_t> ns3::TcpLedbat::OwdCircBuf::buffer

Vector to store the delay.

Definition at line 122 of file tcp-ledbat.h.

Referenced by ns3::TcpLedbat::AddDelay(), ns3::TcpLedbat::InitCircBuf(), and ns3::TcpLedbat::MinCircBuf().

◆ min

uint32_t ns3::TcpLedbat::OwdCircBuf::min

The index of minimum value.

Definition at line 123 of file tcp-ledbat.h.

Referenced by ns3::TcpLedbat::AddDelay(), ns3::TcpLedbat::InitCircBuf(), and ns3::TcpLedbat::MinCircBuf().


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