-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ames, mesa: miscellaneous stuff (#754)
This PR does all kinds of stuff. The main ones are the following: The udp receive buffer for ames and mesa is now statically allocated. The sending buffer for ames is also statically allocated, so now we use `uv_udp_try_send` instead of `uv_udp_send` in ames. The meaning of the bitset in the mesa pending request structure is different. It used to answer the question whether we have an outstanding request for a particular fragment, whereas now it answers the question "do we have this fragment?". The misordered queue for mesa is now arbitrarily large instead of 8 fragments long. This means that we can receive fragments in any order.
- Loading branch information
Showing
4 changed files
with
89 additions
and
127 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
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
Oops, something went wrong.