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 | |
| 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().
| 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().
| tcp-bbr-example.trace_throughput_callback | ( | ) |
Throughput trace callback.
Definition at line 49 of file tcp-bbr-example.py.
Referenced by trace_cwnd_callback().
| tcp-bbr-example.cwnd_file = None |
Definition at line 45 of file tcp-bbr-example.py.
| str tcp-bbr-example.outdir = "" |
Definition at line 46 of file tcp-bbr-example.py.
| tcp-bbr-example.prev_time = None |
Definition at line 42 of file tcp-bbr-example.py.
| int tcp-bbr-example.prev_tx = 0 |
Definition at line 41 of file tcp-bbr-example.py.
| tcp-bbr-example.queue_file = None |
Definition at line 44 of file tcp-bbr-example.py.
| tcp-bbr-example.throughput_file = None |
Definition at line 43 of file tcp-bbr-example.py.