Vitalii

Results 8 issues of Vitalii

I don't sure that I make all in accordance with the your contribution pipeline, so please correct me If there is needed. So, I've made some changes to support the...

CLA Signed

## Info Project support only `dnf` and `apt` package managers. I want to add `pacman` package manager support. ## Steps - Add Arch distro and `pacman` package manager option for...

I rewrote the router's boundary management part to implement dynamic management from a high-level box interface. This also includes a number of changes I made in the process of rewriting...

I believe that any server-side management logic requires high-level boundary management interfaces to implement it. Manually restarting the service with a new configuration is not the best choice for a...

I belive this points about the "atomizing" the send and read to prevent the payload size prediction and byte probing is a good idea, but it's not the full list...

Recently I discovered that the previous solution to the `DHT failed to start in 30.0 seconds` problem was incomplete. Some people can still reproduce the problem (#159). The reason is...

bug
High Priority

- Use std::optional for Get methods instead of empty strings when NotFound - Add RAII wrappers for RocksDB snapshots, iterators and write batches (rocks::Snapshot, rocks::Iterator, rocks::WriteBatch) - Ensure graceful DB...