You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to move the code " if (ibv_post_recv(cm_id->qp, &recv_wr, &bad_recv_wr)) return 1" to the location before waiting for /* Wait for receive completion */, but the program failed to function normally. why should the server prepost the recv request before building connection with the client? Thanks for replying!
The text was updated successfully, but these errors were encountered:
Hi,
I try to move the code " if (ibv_post_recv(cm_id->qp, &recv_wr, &bad_recv_wr)) return 1" to the location before waiting for /* Wait for receive completion */, but the program failed to function normally. why should the server prepost the recv request before building connection with the client? Thanks for replying!
The text was updated successfully, but these errors were encountered: