Closed jpswinski closed 4 years ago
When the bplib_process call fails to process a bundle a counter should increment in the bp_stats_t, but that currently isn't always the case.
Should lost be used? Or is another counter needed: discarded or ignored...
lost
discarded
ignored
"Unrecognized" was added to the stats to count bundles that could not be processed enough to identify them. Everything else is captured under "lost".
When the bplib_process call fails to process a bundle a counter should increment in the bp_stats_t, but that currently isn't always the case.
Should
lost
be used? Or is another counter needed:discarded
orignored
...