Skip to content

Create PrrtApplicationParameters class

The class should store:

  • Maximum latency is (floating point) seconds.
  • Maximum residual loss rate in percent.
  • data_rate

Should come with convenience methods:

  • __str__
  • __repr__
  • __eq__

It should also nicely serialize to a 2-tuple to be used in Numpy arrays.

Edited by Ashkan Taslimi