byteblowerll.byteblower.TransmitErrorSource

class byteblowerll.byteblower.TransmitErrorSource

The source of an error of a Stream

__init__()

Initialize self. See help(type(self)) for accurate signature.

Attributes

INTERFACE_HARDWARE One tries to transmit more than the interface bandwith.
NONE Nothing has gone wrong, this is what you want!
SCHEDULING_CONFLICT The stream cannot keep up.
TXUSER The user is requesting too much processing power on the server
UNKNOWN The stream does honestly not know where the error came from.