From 34e582bfac020ce99a25ab5d68d116a5750ec137 Mon Sep 17 00:00:00 2001 From: bebopagogo Date: Wed, 31 May 2023 20:10:16 -0400 Subject: [PATCH] added examples/chant.cpp for simple command-line NORM chat app --- examples/chant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chant.cpp b/examples/chant.cpp index d009500..d8e91ea 100755 --- a/examples/chant.cpp +++ b/examples/chant.cpp @@ -769,7 +769,7 @@ void ChantCommand::HandleNormEvent(const NormEvent& event) // For example, an application could make a decision at this // point, depending upon some count of ACK request failures // to choose to remove a previously included receiver. - fprintf(stderr, "flow control watermark reset\n"); + //fprintf(stderr, "flow control watermark reset\n"); if (tx_ack_pending) { // May as well advance the ack request point