Agora  1.2.0
Agora project
txrx_worker_client_sim.cc File Reference

Implementation of PacketTxRx initialization functions, and datapath functions for communicating with simulators in the user equptiment. More...

#include "txrx_worker_client_sim.h"
#include <cassert>
#include "gettime.h"
#include "logger.h"
#include "message.h"
Include dependency graph for txrx_worker_client_sim.cc:

Variables

static constexpr bool kEnableSlowStart = true
 
static constexpr size_t kSocketRxBufferSize = (1024 * 1024 * 64 * 8) - 1
 

Detailed Description

Implementation of PacketTxRx initialization functions, and datapath functions for communicating with simulators in the user equptiment.

Variable Documentation

◆ kEnableSlowStart

constexpr bool kEnableSlowStart = true
staticconstexpr

◆ kSocketRxBufferSize

constexpr size_t kSocketRxBufferSize = (1024 * 1024 * 64 * 8) - 1
staticconstexpr