-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean module layouts and imports. #37
Comments
Tagged with |
|
Potential refactorings/cleanups/simplifications:
|
Going to start working on this, hoping to slip it in before #118... |
The remaining work for this ticket is to rename structs in the |
Closed as done (I think???) |
* Tests that the number of nonces is limited * removes unused constant * test that it reaches the nonce limit
…nonce set (#6534) * Use a stricter connection rate limit for successful inbound peer connections * Limit the number of nonces in the self-connection nonce set * Rate-limit failed inbound connections as well * Justify the sleep and the yield_now * Use the configured connection limit rather than a constant * Tests that the number of nonces is limited (#37) * Tests that the number of nonces is limited * removes unused constant * test that it reaches the nonce limit --------- Co-authored-by: Arya <aryasolhi@gmail.com>
As we flesh out the code, we're placing things in various parts of the module tree and importing various items from various paths, but as things take a clearer form we will have a better idea of the ideal logical structure of the module tree. Before we do any release, we should do a reorganization pass to ensure that the module tree is conceptually coherent, and probably use re-exports to simplify presentation of the external module components to external crates. However, it may not make sense to do this right now, while things are still in flux.
The text was updated successfully, but these errors were encountered: