Expand description
TCP test utilities.
Structs§
- Client
Buffers - A fake implementation of client-side TCP buffers.
- Infinite
Send Buffer - A buffer that always has
usize::MAXbytes available to write. - Repeating
Send Buffer - A buffer that has a controllable amount of [
RepeatingPayload] bytes available to read. - Ring
Buffer - A circular buffer implementation.
- Test
Send Buffer - An implementation of
SendBufferfor tests. - Write
Back Client Buffers - The variant of
ProvidedBuffersthat provides observing the data sent/received to TCP sockets.
Enums§
- Provided
Buffers - A fake implementation of bindings buffers for TCP.