summaryrefslogtreecommitdiff
path: root/src/tools/oping/oping_server.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.