added examples/chant.cpp for simple command-line NORM chat app

pull/82/head
bebopagogo 2023-05-31 20:10:16 -04:00
parent a15e91379e
commit 34e582bfac
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ void ChantCommand::HandleNormEvent(const NormEvent& event)
// For example, an application could make a decision at this // For example, an application could make a decision at this
// point, depending upon some count of ACK request failures // point, depending upon some count of ACK request failures
// to choose to remove a previously included receiver. // 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) if (tx_ack_pending)
{ {
// May as well advance the ack request point // May as well advance the ack request point