]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm/rdma_server: add new sample server application
authorSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:50:57 +0000 (15:50 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 6 May 2010 22:50:57 +0000 (15:50 -0700)
commit8bc529fe3878e3b4d4eaddcbd6dd498cf840e927
treea657d1f59ba27fe9e6df8ae21a2b6bd41911a409
parentfb8173174b1e70fb4bd7032658e3e90d5903b3e7
librdmacm/rdma_server: add new sample server application

Provide a simple server application to demonstrate the minimal
amount of coding needed to accept a connection request from
a client and exchange messages.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
examples/rdma_server.c [new file with mode: 0644]