A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
tcp-bbr-example Namespace Reference

Functions

 check_queue_size_callback ()
 trace_cwnd_callback (oldval, newval)
 trace_throughput_callback ()

Variables

 cwnd_file = None
str outdir = ""
 prev_time = None
int prev_tx = 0
 queue_file = None
 throughput_file = None

Function Documentation

◆ check_queue_size_callback()

tcp-bbr-example.check_queue_size_callback ( )
Queue length tracer.

Definition at line 69 of file tcp-bbr-example.py.

Referenced by trace_cwnd_callback().

Here is the caller graph for this function:

◆ trace_cwnd_callback()

tcp-bbr-example.trace_cwnd_callback ( oldval,
newval )
Congestion window tracer.

Definition at line 78 of file tcp-bbr-example.py.

References check_queue_size_callback(), and trace_throughput_callback().

Here is the call graph for this function:

◆ trace_throughput_callback()

tcp-bbr-example.trace_throughput_callback ( )
Throughput trace callback.

Definition at line 49 of file tcp-bbr-example.py.

Referenced by trace_cwnd_callback().

Here is the caller graph for this function:

Variable Documentation

◆ cwnd_file

tcp-bbr-example.cwnd_file = None

Definition at line 45 of file tcp-bbr-example.py.

◆ outdir

str tcp-bbr-example.outdir = ""

Definition at line 46 of file tcp-bbr-example.py.

◆ prev_time

tcp-bbr-example.prev_time = None

Definition at line 42 of file tcp-bbr-example.py.

◆ prev_tx

int tcp-bbr-example.prev_tx = 0

Definition at line 41 of file tcp-bbr-example.py.

◆ queue_file

tcp-bbr-example.queue_file = None

Definition at line 44 of file tcp-bbr-example.py.

◆ throughput_file

tcp-bbr-example.throughput_file = None

Definition at line 43 of file tcp-bbr-example.py.