tox
tox copied to clipboard
refactor(dht): introduce a single DHT server state
This should fix a deadlock we currently have on master. Later we can move more stuff in this state and make it pure version of DHT server.
Pull Request Test Coverage Report for Build 1480134706
- 173 of 173 (100.0%) changed or added relevant lines in 3 files are covered.
- 4 unchanged lines in 2 files lost coverage.
- Overall coverage decreased (-0.004%) to 96.012%
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| tox_core/src/relay/client/client.rs | 1 | 98.04% |
| tox_core/src/dht/server/mod.rs | 3 | 96.7% |
| <!-- | Total: | 4 |
| Totals | |
|---|---|
| Change from base Build 1455930757: | -0.004% |
| Covered Lines: | 15699 |
| Relevant Lines: | 16351 |