Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aecsocket committed Aug 24, 2024
1 parent 9183281 commit 9f364b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ This crate aims to be:
- Error handling is explicit - it's clear what operations can fail, how they may fail, and how you
should handle it
- If any aeronet code panics during normal operation, it's a bug - open an issue!
- Transport implementations are designed to be resilient against DoS, memory exhaustion, malicious
peers, etc., and the problems + mitigations are documented
- Transport implementations are designed to be resilient against denial-of-service attacks, be it
from memory exhaustion, malicious peers, etc., and the problems + mitigations are documented
- Integrated with Bevy
- Built with apps and games in mind, the abstractions chosen closely suit Bevy's app model, and
likely other similar frameworks
Expand Down

0 comments on commit 9f364b3

Please sign in to comment.