Add and improve asynchronous clients
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 9 Aug 2019 14:51:23 +0000 (16:51 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 9 Aug 2019 14:51:23 +0000 (16:51 +0200)
commit48eeb845bd133263bd6523f6aad88df14abf1781
treef644625f932e6b1a868de1b8fbda9f2b26dddacb
parent394ca583a3ca45f25ec8549a6fb6f2582a0975db
Add and improve asynchronous clients

The client program cynadm gets 2 new commands:
acheck and atest that are intended to use
asynchronous test and check.

The client programs cynadm and test-old-cynara
now read as much a possible input before to
process asynchronous answers. This is made to
simulate congestion on asynchronous client.

Change-Id: I1c9dbfe43f150725d530c155135ead8e758897e5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/main-cynadm.c
src/main-test-old-cynara.c