Expand description
Networking code for sending and receiving fixed size Vec<u8>
between machines.
Structs§
- Message
Header - Framing data for each
Vec<u8>
transmission, indicating a typed channel, the source and destination workers, and the length in bytes. - Message
Header Container - Derived columnar container for a struct.
- Message
Header Reference - Derived columnar reference for a struct.
Functions§
- await_
connections - Result contains connections
[my_index + 1, addresses.len() - 1]
. - create_
sockets - Creates socket connections from a list of host addresses.
- start_
connections - Result contains connections
[0, my_index - 1]
.