summaryrefslogtreecommitdiff
path: root/src/tools/oping/oping_server.c
Commit message (Collapse)AuthorAgeFilesLines
* lib, irmd: Bind AP instances to AP_subsetsdimitri staessens2016-08-101-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 exitdimitri staessens2016-08-041-3/+5
| | | | The server should cleanup whenever the listen thread exits.
* tools: Add a ping applicationdimitri staessens2016-08-031-0/+162
Ouoroboros ping application mimics the GNU ping application. do "oping --help" for options.