-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router: Use writeMsg buffer as tmp buffer rather than persistent queue.
The cost ends-up being the same: unsent packets yield to repeated copying to writeMsg. In one case by shifting the writeMsg buffer. In the other be recreating writeMsg elements from pkts. The latter is just simpler.
- Loading branch information
1 parent
231c59a
commit 9133b95
Showing
1 changed file
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters