Class FloodfillRouterInfoFloodJob

  • All Implemented Interfaces:
    Job

    class FloodfillRouterInfoFloodJob
    extends JobImpl
    Job to flood nearby floodfill routers with our RI. Speeds up integration of new ffs. Created for #1195. Also called when opting out of ff to call off the hounds ASAP. Currently floods FNDF.MAX_TO_FLOOD * 2 routers nearest to us.
    Since:
    0.9.21
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Job
        Descriptive name of the task
      • runJob

        public void runJob()
        Description copied from interface: Job
        Actually perform the task. This call blocks until the Job is complete.