]> git.openfabrics.org - ~shefty/librdmacm.git/commit
r7966: This patch resolves a race condition between the receipt of
authorBoyd Faulkner <faulkner@opengridcomputing.com>
Tue, 13 Jun 2006 17:26:11 +0000 (17:26 +0000)
committerSteve Wise <swise@opengridcomputing.com>
Tue, 13 Jun 2006 17:26:11 +0000 (17:26 +0000)
commit6c27ce0ac4a9fc4b2d60befa9cb645c1572c5a6c
tree50860d309e003f051bf21021eb45d99e78e6641c
parent64134d21c92d4e333ab30c34dd6b44ff4bd0c338
r7966: This patch resolves a race condition between the receipt of
a connection established event and a receive completion from
the client.  The server no longer goes to connected state but
merely waits for the READ_ADV state to begin its looping.  This
keeps the server from going back to CONNECTED from the later
states if the connection established event comes in after the
receive completion (i.e. the loop starts).

Signed-off-by: Boyd Faulkner <faulkner@opengridcomputing.com>
examples/rping.c