You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the code in L3NetworkConfiguratorBase.cc and found that there is only an empty packet in the 'delay' part (Line 386).
But in the 'errorRate' part, the new packet is inserted with some bytes and tags (Line 408-414).
After I copying those codes from 'errorRate' part to 'delay' part, the 'empty chunk' error no longer occurs.
Is it reasonable to do so?
The text was updated successfully, but these errors were encountered:
When I change the autoroute metric from 'errorRate' to 'delay' in Wireless04 of the tutorial ini file (https://github.com/inet-framework/inet/blob/master/tutorials/wireless/omnetpp.ini), I encounter an error 'Returning an empty chunk is not allowed'.
I checked the code in L3NetworkConfiguratorBase.cc and found that there is only an empty packet in the 'delay' part (Line 386).
But in the 'errorRate' part, the new packet is inserted with some bytes and tags (Line 408-414).
After I copying those codes from 'errorRate' part to 'delay' part, the 'empty chunk' error no longer occurs.
Is it reasonable to do so?
The text was updated successfully, but these errors were encountered: