Commit Graph

6 Commits

Author SHA1 Message Date
6bddd878fb Use GenericStream::from once, just to make sure it works. 2021-07-26 20:39:52 -07:00
58cb384afd Add HasLocalAddress for querying a socket's address, and a test. 2021-07-25 17:18:29 -07:00
1436b02323 Switch to a Mutex-based approach in Streamlike. 2021-07-25 17:17:38 -07:00
ca2eddf515 Ditch ToSocksAddress for the standard From/TryFrom.
This induces an added `Send` in the Network trait and its
implementations, but provides us the ability to use standard functions
with obvious extensions. So that's nice. I've also added some additional
testing to sanity check the conversions.
2021-07-05 20:35:56 -07:00
d1143a414c Split out the messages into individual files,, and add negative tests, so we can aspire towards good coverage. 2021-06-27 16:53:57 -07:00
Adam Wick
1bf6f62d4e checkpoint 2021-06-24 19:18:16 -07:00