mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ib: test scenario was wrong
it sent message in both (or all) direction at the same time. Now it measures normal pingpong. (This used to be ctdb commit 26646aa91eb4e31efe6bacd92806ef7477b03bb7)
This commit is contained in:
parent
1714c1ed0c
commit
a003ee9571
@ -336,7 +336,7 @@ int ibwtest_receive_handler(struct ibw_conn *conn, void *buf, int n)
|
||||
ibw_stop(tcx->ibwctx);
|
||||
goto error;
|
||||
}
|
||||
} else {
|
||||
} else if (op!=TESTOP_SEND_ID) {
|
||||
char *buf2;
|
||||
void *key2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user