summaryrefslogtreecommitdiffstats
path: root/test/test-client-latency.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-20/+12
| | | | | | Fix #8: KIRO Server and Client now have routines to handle async communication Fix #6: Added kiro_client_ping_server and respective event handling to server Changed kiro-test-latency to use the new kiro_client_ping_server instead
* Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas2014-11-241-1/+1
|
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-1/+0
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* Release KIRO to GitHub under LGPL v2.1Timo Dritschler2014-11-201-3/+4
| | | | | | | Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
* Fixed a bug in RDMA memory allocation (Size information was missing)Timo2014-09-301-0/+52
Added test-latency and test-bandwith tests