Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: oping: Fix client cleanup | dimitri staessens | 2016-08-04 | 1 | -0/+5 |
| | |||||
* | tools: oping: Fix cleanup on exit | dimitri staessens | 2016-08-04 | 1 | -3/+5 |
| | | | | The server should cleanup whenever the listen thread exits. | ||||
* | tools: oping: Fix division by zero | dimitri staessens | 2016-08-04 | 1 | -9/+14 |
| | | | | | When killing the oping client before it sent an SDU, some bad operations were being performed. | ||||
* | tools: Add a ping application | dimitri staessens | 2016-08-03 | 4 | -0/+593 |
Ouoroboros ping application mimics the GNU ping application. do "oping --help" for options. |