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

pull/82/head
bebopagogo 2023-05-31 19:32:47 -04:00
parent 17dc41ab72
commit 1af8531178
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ int main(int argc, char* argv[])
unsigned int sessionPort = 6003; unsigned int sessionPort = 6003;
double txRate = 0.0; // used for non-default NORM_FIXED ccMode double txRate = 0.0; // used for non-default NORM_FIXED ccMode
ChantCommand::CCMode ccMode = ChantCommand::NORM_CC; ChantCommand::CCMode ccMode = ChantCommand::NORM_CCL;
const char* mcastIface = NULL; const char* mcastIface = NULL;
NormNodeId ackingNodeList[256]; NormNodeId ackingNodeList[256];
unsigned int ackingNodeCount = 0; unsigned int ackingNodeCount = 0;