ignoreIncoming property

  1. @TagNumber(103)
PbList<int> get ignoreIncoming

For testing it is useful sometimes to force a node to never listen to particular other nodes (simulating radio out of range). All nodenums listed in ignore_incoming will have packets they send dropped on receive (by router.cpp)

Implementation

@$pb.TagNumber(103)
$pb.PbList<$core.int> get ignoreIncoming => $_getList(15);