Skip to content

Priority queue scheduler

Peter Barnes requested to merge pdbj/ns-3-dev:priority-queue into master

This is three contributions.

  1. Complete the set of comparison operators (< == != >) for Event and EventKey
  2. Alexander Krotov's PriorityQueueScheduler, from Bug 2503
  3. GCI 2019 patch which implements Remove for the PriorityQueueScheduler (the underlying std::priority_queue<> doesn't support remove() natively.)

Please DO NOT SQUASH these on merge.

Edited by Peter Barnes

Merge request reports

Loading