From ec13689ff06c08d7ac9b94bf27065e94f36581af Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sun, 22 Dec 2019 21:41:51 +0900 Subject: basic tests wip --- src/transport/gnunet-communicator-unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/gnunet-communicator-unix.c') diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c index 404bcfb7f..29ec087e1 100644 --- a/src/transport/gnunet-communicator-unix.c +++ b/src/transport/gnunet-communicator-unix.c @@ -697,6 +697,7 @@ receive_complete_cb (void *cls, int success) { (void) cls; delivering_messages--; + if (GNUNET_OK != success) GNUNET_STATISTICS_update (stats, "# transport transmission failures", -- cgit v1.2.3