|
NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Fetcher congestion control and scheduling logic. More...
#include <logic.h>
Data Fields | |
| FetchWindow | win |
| RttEst | rtte |
| TcpCubic | ca |
| struct cds_list_head | retxQ |
| MinSched * | sched |
| uint64_t | segmentEnd |
| last segnum desired plus one More... | |
| TscTime | startTime |
| start time More... | |
| TscTime | finishTime |
| finish time, 0 if not finished More... | |
| TscTime | nextCwndDec |
| when cwnd may be decreased again More... | |
| uint64_t | nTxRetx |
| retransmitted Interests More... | |
| uint64_t | nRxData |
| non-duplicate Data More... | |
| uint32_t | nInFlight |
| count of in-flight Interests More... | |
Fetcher congestion control and scheduling logic.
| TcpCubic FetchLogic::ca |
| TscTime FetchLogic::finishTime |
finish time, 0 if not finished
| TscTime FetchLogic::nextCwndDec |
when cwnd may be decreased again
| uint32_t FetchLogic::nInFlight |
count of in-flight Interests
| uint64_t FetchLogic::nRxData |
non-duplicate Data
| uint64_t FetchLogic::nTxRetx |
retransmitted Interests
| struct cds_list_head FetchLogic::retxQ |
| RttEst FetchLogic::rtte |
| MinSched* FetchLogic::sched |
| uint64_t FetchLogic::segmentEnd |
last segnum desired plus one
| TscTime FetchLogic::startTime |
start time
| FetchWindow FetchLogic::win |