Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the reason packet sent counters are not increasing ?

Counters packet sent
0
Posted

What is the reason packet sent counters are not increasing ?

0

Message transmission path has been changed recently in order to increase portability. All system dependent functions including message transmission have been collected at SysIface.h. The section of txc1.cc, where packet transmission is counted, is no longer valid. To fix this two modifications need to be done. First, set up a self scheduling message at sendNetworkMessage function of SysIface.h and add an handler for it at txc1.cc. Here are the modifications for each step respectively. 1) Add the following on top of sendNetworkMessage function in SysIface.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123