Closed
Description
Specification
We need to create tests that create an arbitrary number of connections across an arbitrary number of servers and clients.
The ultimate goal is to test that connection multiplexing and that connections function properly when run concurrently.
All the tests should be sending at least 1 stream of random data
Additional context
Tasks
- 1. Multiple clients connecting to a single server.
- 2. Multiple clients sharing a socket.
- 3. Clients sharing socket with server.
- 4. Random assortment of clients and servers communicating with each other.