Loading...
Searching...
No Matches
CongURE mock implementation

A mock for testing CongURE - A Congestion control framework. More...

Detailed Description

A mock for testing CongURE - A Congestion control framework.

Files

file  mock.h
 

Data Structures

struct  congure_mock_snd_t
 A mock CongURE state object. More...
 

Functions

void congure_mock_snd_setup (congure_mock_snd_t *c, const congure_snd_driver_t *methods)
 Sets up the driver for CongURE mock object.
 

Function Documentation

◆ congure_mock_snd_setup()

void congure_mock_snd_setup ( congure_mock_snd_t c,
const congure_snd_driver_t methods 
)

Sets up the driver for CongURE mock object.

Parameters
[in]cA CongURE mock object
[in]methodsMethods to call in addition to the tracking of the mock driver. May be NULL.