[][src]Module bitcoin::network::stream_reader

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