Module stream_reader

Module stream_reader 

Source
Expand description

Stream reader

This module defines StreamReader struct and its implementation which is used for parsing incoming stream into separate RawNetworkMessages, handling assembling messages from multiple packets or dealing with partial or multiple messages in the stream (like can happen with reading from TCP socket)

Structsยง

StreamReader
Struct used to configure stream reader function