server: be locally vocal about communication issues
authorJens Axboe <axboe@kernel.dk>
Thu, 27 Sep 2018 18:26:47 +0000 (12:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 27 Sep 2018 18:26:47 +0000 (12:26 -0600)
commitb2ef2748a7c882fbac814f10d0f36630ac16ff89
treeea7b8ed90ae5fc6414a5c8a53eaa50c0d8effee2
parent480885500d2d6b29a4d0c822ceaf37d5a6eb3abd
server: be locally vocal about communication issues

If we fail the CRC check or if we have a mismatched client/server,
then we can't reliably transmit anything across the wire. For that
case, in addition to attempting to relay this information across
the wire, also print a local warning.

This fixes a case where we silently exit when the client/server
versions aren't properly matched.

Fixes: https://github.com/axboe/fio/issues/620
Signed-off-by: Jens Axboe <axboe@kernel.dk>
server.c