aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/examples/hook-tcp.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-5/+9
* use runtime TlsProvider in tcp-hook exampletrinity-1686a2022-02-251-2/+1
* Fix typosDimitris Apostolou2022-02-231-3/+3
* add one more comment to hook-tcptrinity-1686a2022-02-231-0/+1
* examples/hook-tcp: add some comments, rework lifetimes a biteta2022-02-231-28/+73
* implement correct handling of connection close and add comment explaining goa...trinity-1686a2022-02-231-9/+54
* add drop on CustomTcpStream to catch disconnection without closetrinity-1686a2022-02-231-0/+13
* add example of tcp hooktrinity-1686a2022-02-231-0/+235