Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: dev: Provide a set of fds to flow_select | dimitri staessens | 2016-09-06 | 1 | -1/+1 |
| | | | | | | | The flow_select call now takes as a parameter a flow_set_t, which specifies a set of flow descriptors that will unblock the select call when an SDU for one of them arrives. The select call has been moved to its own header. | ||||
* | src: Fix grammar (SDU's -> SDUs) | dimitri staessens | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | tools: oping: Fix wrong delay calculation | dimitri staessens | 2016-08-06 | 1 | -1/+2 |
| | |||||
* | tools: oping: Fix client cleanup | dimitri staessens | 2016-08-04 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -0/+234 |
Ouoroboros ping application mimics the GNU ping application. do "oping --help" for options. |