Expand description
Implement a NetStreamProvider that can break things.
Structsยง
- Broken
TcpProvider ๐ - A NetStreamProvider that can make its connections fail.
- Conditional
Action ๐ - An Action plus a set of conditions when it applies.
Enumsยง
- Action ๐
- An action that we can take upon trying to make a TCP connection.
- Action
Pat ๐ - When should an Action apply?
- Breakable
TcpStream ๐ - A TCP stream that is either present, or black-holed.
- Breakable
TcpStreamP ๐