DelfiSpace / DelfiPQcore

0 stars 1 forks source link

Update Ping service reply size #12

Closed CasperBroekhuizen closed 4 years ago

CasperBroekhuizen commented 4 years ago

Instead of always replying with two bytes (Service , Reply). Reply with a payload of a size specified in the request.

CasperBroekhuizen commented 4 years ago

Fixed in https://github.com/DelfiSpace/DelfiPQcore/commit/b0135fea1dbcb6da1e80de82eac34b1339d9f2ef

Ping service directly copies the received command size to the send command size. Note that the values of these extra bytes are undefined.