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_HARDWAREOne tries to transmit more than the interface bandwith. NONENothing has gone wrong, this is what you want! SCHEDULING_CONFLICTThe stream cannot keep up. TXUSERThe user is requesting too much processing power on the server UNKNOWNThe stream does honestly not know where the error came from. -