Alireza Sanaee
Alireza Sanaee
Hi everyone, This PR adds a standalone application in the apps directory, and will not introduce any conflicts with Machnet's internals. This app allows people to experiment with delaying packets...
Hi, This is not really ready right now, but it compiles and runs. I have created this pull request to start having a discussion on how we would want to...
Sometimes applications require a dedicated engine for performance reasons (e.g., reducing interference). This info can be passed as a flag.
Since the default version is GCC11, I am unsure if we should downgrade in our documentation. We need a note that the minimum is GCC 10, and then we just...
Once we allocate a packet, we usually append some free space to be able to fit our data in the packet. The way we are doing this is by calling...
Hi, I believe most of machnet system calls do not return proper value, explaining the root cause of failure to developers. This is probably a good first pull request to...
This branch introduces some drops in the engine to simulate scenarios where we have drops and we want to see how reliable the stack is. This will be enabled by...
This flag only drops randomly to demonstrate that the stack would work reliably even in the case of drops.
Here is the error: Some (but not all) targets in this export set were already defined. Targets Defined: gflags_shared;gflags_nothreads_shared Targets not yet defined: gflags_static;gflags_nothreads_static This must be addressed via some...
Hi everyone, Recent changes resulted in the dynamic linking of libraries. Of course, a solution exists, but static linking is a better choice. It seems the package config module in...