Commit Graph

3 Commits

Author SHA1 Message Date
fe630bb29d Clean up some clippy warnings. 2021-10-14 20:36:19 -07:00
3364031c18 Whoops! TCP streams are dual-buffered!
This adjusts the way that TestingStream is implemented to allow for
two, separate buffers for each of the two directions. In the prior
implementation, if you called `write` and then `read`, you would
`read` the data you just wrote. Which is not what you want; you want
to block until you get data back from the other side.
2021-10-09 18:31:48 -07:00
a2c57e4c76 Add a prototype testing network stack, that requires no actual network connection. 2021-10-04 15:01:56 -07:00