Buffer structure to store delays. More...
Public Attributes | |
std::vector< uint32_t > | buffer |
Vector to store the delay. More... | |
uint32_t | min |
The index of minimum value. More... | |
Buffer structure to store delays.
Definition at line 132 of file tcp-ledbat.h.
std::vector<uint32_t> ns3::TcpLedbat::OwdCircBuf::buffer |
Vector to store the delay.
Definition at line 134 of file tcp-ledbat.h.
Referenced by ns3::TcpLedbat::AddDelay(), ns3::TcpLedbat::InitCircBuf(), ns3::TcpLedbat::MinCircBuf(), and ns3::TcpLedbat::UpdateBaseDelay().
uint32_t ns3::TcpLedbat::OwdCircBuf::min |
The index of minimum value.
Definition at line 135 of file tcp-ledbat.h.
Referenced by ns3::TcpLedbat::AddDelay(), ns3::TcpLedbat::InitCircBuf(), ns3::TcpLedbat::MinCircBuf(), and ns3::TcpLedbat::UpdateBaseDelay().