Crate vec_router

Crate vec_router 

Source

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.