Module timely::communication::networking
source · Expand description
Networking code for sending and receiving fixed size Vec<u8>
between machines.
Structs§
- Framing data for each
Vec<u8>
transmission, indicating a typed channel, the source and destination workers, and the length in bytes.
Functions§
- Result contains connections
[my_index + 1, addresses.len() - 1]
. - Creates socket connections from a list of host addresses.
- Result contains connections
[0, my_index - 1]
.