summaryrefslogtreecommitdiffstats
path: root/test-server.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed build system to CMakeTimo Dritschler2014-05-271-168/+0
|
* Added SDL (Simple Direct media Layer) image output to testing frameworkTimo Dritschler2014-05-091-3/+5
| | | | | | Test communicaation between server and client now passes images via KIRO-TRB Updated Makefile Removed Super-Verbose output from kiro_client_sync
* Restructured kiro-server implementation to make it a bit more modularTimo Dritschler2014-05-091-1/+155
| | | | | | | | | | Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile
* Fixed kiro_create_rdma_memory not setting pointers correctlyTimo Dritschler2014-04-251-1/+1
| | | | Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv"
* Small detail fix in KIRO ServerTimo Dritschler2014-04-251-0/+12
Added small test program for KIRO Server and Client Updated Makefile