/** * Perform the action of announing a packet */ public void Start() { LocalNode.Announce(Data, From); }