summaryrefslogtreecommitdiff
path: root/test/test-client-latency.c
AgeCommit message (Collapse)Author
2014-12-10Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler
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
2014-11-24Fixed usage hints for kiro-test-bandwidth and kiro-test-latencykaikas
2014-11-21Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler
Fixed build warnings Fixed a bug in kiro-test-bandwidth
2014-11-20Release KIRO to GitHub under LGPL v2.1Timo Dritschler
Added kiro_*_free methods to all three units Added installation guide Added readme Added licence file
2014-09-30Fixed a bug in RDMA memory allocation (Size information was missing)Timo
Added test-latency and test-bandwith tests