Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, irmd: Bind AP instances to AP_subsets | dimitri staessens | 2016-08-10 | 1 | -0/+5 |
| | | | | | | | This call will allow grouping AP instances of a certain AP together which are configured identically. Adds the bind operation to dev and updates the applications to make use of this call. Flow_alloc is now only called with the pid and doesn't send the apn anymore. | ||||
* | tools: oping: Fix cleanup on exit | dimitri staessens | 2016-08-04 | 1 | -3/+5 |
| | | | | The server should cleanup whenever the listen thread exits. | ||||
* | tools: Add a ping application | dimitri staessens | 2016-08-03 | 1 | -0/+162 |
Ouoroboros ping application mimics the GNU ping application. do "oping --help" for options. |