aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/testing.rs
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-251-1/+1
| | | | | Since we are no longer calling these types "streams" I've decided to revert to the old name for this module.
* rpc: Replace llconn backend with nb_stream backend.Nick Mathewson2026-02-041-2/+27
| | | | All the tests still pass!
* RPC: Explain in more detail about Windows "named pipe"sIan Jackson2025-03-241-2/+5
|
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-031-0/+34