Skip to content

Commit

Permalink
Completed refactoring from previous commit.
Browse files Browse the repository at this point in the history
Instead of building queues, use a poll function to check status of all
futures:
* No queue to overfill (or self-lock)
* Use a stack-based buffer instead of allocating memory for each packet
  (no-alloc for most of the IP traffic)
* More direct calls when sending responses.
  • Loading branch information
zlogic committed Dec 1, 2024
1 parent 14ac434 commit 55f914e
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 488 deletions.
41 changes: 0 additions & 41 deletions src/futures.rs

This file was deleted.

Loading

0 comments on commit 55f914e

Please sign in to comment.