solana/client
Pankaj Garg de027a895b
Use RwLock instead of Mutex in QUIC connection cache (#24857)
* Use RwLock instead of Mutex in QUIC connection cache

* replace LruCache with HashMap

* fix tests

* fix tests

* refactor

* add cache eviction for a random connection on reaching upperbound

* cleanup
2022-05-02 13:02:49 -07:00
..
src Use RwLock instead of Mutex in QUIC connection cache (#24857) 2022-05-02 13:02:49 -07:00
tests Implement test for quic client (#24516) 2022-04-22 18:36:25 -04:00
.gitignore
Cargo.toml Support token-2022 in RPC instruction parsing (#24537) 2022-04-27 19:42:00 +00:00