|
Agora
1.2.0
Agora project
|
Implementation of PacketTxRx initialization functions, and datapath functions for communicating with simulators. More...
#include "txrx_worker_sim.h"#include <cassert>#include "gettime.h"#include "logger.h"#include "message.h"
Variables | |
| static constexpr bool | kEnableSlowStart = true |
| static constexpr bool | kDebugPrintBeacon = false |
| static constexpr size_t | kSlowStartThresh1 = kFrameWnd |
| static constexpr size_t | kSlowStartThresh2 = (kFrameWnd * 4) |
| static constexpr size_t | kSlowStartMulStage1 = 32 |
| static constexpr size_t | kSlowStartMulStage2 = 8 |
| static constexpr size_t | kSocketRxBufferSize = (1024 * 1024 * 64 * 8) - 1 |
Implementation of PacketTxRx initialization functions, and datapath functions for communicating with simulators.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |