| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The option to mark a flow as down was missing from the manpage of
fccntl.
|
|
|
|
|
|
|
|
| |
This adds the flow down event to Ouroboros. In the shim-eth-llc, a
netlink socket is opened which listens to device up/down events. For
each event the flow is then adjusted with fccntl to notify the user
the flow is down or back up again. In the normal IPCP an event is
thrown if a write reports that the flow is down.
|
|
|
|
|
|
|
| |
This replaces the flow_set_* commands with a single fccntl command
that can configure flows and the FRCT instance.
For more details, see "man 3 fccntl".
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This revises the build system to have configuration per system
component. System settings can now be set using cmake.
The standard compliance defines were removed from configuration header
and are set in the sources where needed. Also some small code
refactors, such as moving the data for shims out of the ipcp structure
to the respective shims were performed.
|
|
|
|
| |
Fixes #35
|
|
|
|
|
|
| |
This will install the manpages found in doc/man/ during installation.
Fixes #38
|
| |
|
| |
|
|
|
|
|
|
|
| |
This commit contains only the sources, correct installation requires
gzip and copying the files to /usr/local/man/man3/flow_alloc.3.gz. We
need to have a look at integrating this in the build system in an
efficient way.
|
| |
|
| |
|
|
|
|
| |
lib/du_buff contained casted malloc's.
|
|
|
|
|
| |
the void * returned by malloc should not be explicitly cast
when checking pointers for validity, only use (ptr == NULL)
|
|
|
|
| |
Updated the description for the Flow and Retransmission Control Task.
|
|
|
|
|
| |
Removes some trailing whitespace from the documentation. My editor was
setup incorrectly (new laptop).
|
|
|
|
|
| |
This adds the initial high-level architecture (HLA) document. It
outlines the design decisions taken for the Ouroboros prototype.
|
|
This adds the initial workflow document that contains the guidelines
on how to contribute to the Ouroboros prototype.
|