Functionsยง
- read_
network_ traffic - Reads network traffic sent by the send_network_traffic function. First, a byte is sent denoting the number of byte sequences that will be read. Next, the incoming byte count of the first section is received, followed by the bytes being received. This happens for each section, until all byte sequences are received.
- send_
network_ traffic - Sends network traffic to the read_network_traffic function.