UDP-based messaging layer
Handles the actual sending and receiving of datagrams and fulfilling of requests
Constructs a new messaging layer instance associated with the provided client
Starts the messaging layer by starting the underlying transport and then the reader loop
Stops the messaging layer by stopping the underlying network transport and therefore the reading loop
Transmit the provided packet
See Implementation
UDP-based messaging layer
Handles the actual sending and receiving of datagrams and fulfilling of requests