Module connection_utils::test
source · [−]Structs
Options for test_framed_stream/test_async_stream utilities.
Enums
A test message for framed stream testing purposes.
Functions
Creates a debug string of the given length. The string will be composed of predictable characters sequence so it easy to follow data transfer flow.
Test an AsyncRead + AsyncWrite stream data transfer
Test data transfer in a framed stream. First passes data in forward direction and validates that all
data trassfered without issues. Then make another pass in backward direction with the same validation.
Test asynchronous duplex with both framed and raw binary streams.