What is the reason packet sent counters are not increasing ?
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.