| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
a rdma_cm_id and attaches it.
Changed kiro_destroy_connection to work on a rdma_cm_id instead.
Changed kiro-server accordingly.
Restructured kiro-server to use an event loop thread to listen for
new client connections.
Restructured kiro-server to no longer memorize the client connections.
It is currently unneccessary as no control-flow is exchanged.
|
|
|
|
|
|
|
|
|
|
| |
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 a bug in KIRO Server and Client that prevented preemtive "Post Recv"
|
|
functionality that will be used by both, server and client
|