Network Load
class NetworkLoad(val idx: Int, val timeOut: Long, val data: String, val connection: ClientConnection) : Task
Submits huge amounts of data to the server. Idea: should stress the network units.
Submits huge amounts of data to the server. Idea: should stress the network units.