summaryrefslogtreecommitdiffstats
path: root/src/kiro-rdma.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed KIRO client getting stuck in the RDMA event handlerTimo Dritschler2014-12-101-7/+7
| | | | | | 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
* KIRO Server now has a message event handler for receivesTimo Dritschler2014-12-031-1/+5
|
* Fix #1: Added missing documentation to TRB, Client and Server headerTimo Dritschler2014-11-211-1/+1
| | | | | Fixed build warnings Fixed a bug in kiro-test-bandwidth
* Fixed a bug in RDMA memory allocation (Size information was missing)Timo2014-09-301-1/+3
| | | | Added test-latency and test-bandwith tests
* Fix #6: Changed coding style to match UFO ProjectTimo Dritschler2014-08-291-95/+93
|
* KIRO Server now maintains a list of all connected clientsTimo Dritschler2014-08-281-9/+0
| | | | Removed kiro_connected structure from kiro-rdma.h as it is no longer needed
* Changed build system to CMakeTimo Dritschler2014-05-271-0/+230