An error occurred fetching the project authors.
- 13 Oct, 2021 1 commit
-
-
Deokseong "David" Kim authored
-
- 30 Jul, 2021 1 commit
-
-
David Kim authored
Regarding dl_hard, some AssertFatal commented out. Regarding to memory allocation error, AssertFatal was used.
-
- 20 Jul, 2021 1 commit
-
-
David Kim authored
-
- 24 Oct, 2020 1 commit
-
-
Michael Cook authored
Look only at the last `max_depth` items on the queue, at most.
-
- 23 Oct, 2020 1 commit
-
-
Andrew Burger authored
To match emane. Checked with: ``` ps ax -o pid,class,priority,comm |grep RR ```
-
- 20 Oct, 2020 1 commit
-
-
Michael Cook authored
Synchronized with emane.git's implementation of this code which includes a unit test. This commit also fixes two bugs in unqueue_matching and one inb unqueue: - unqueue_matching was returning the wrong pointer when there was no match - both unqueue_matching and unqueue were not clearing the vacated queue entry after removing the item
-
- 14 Oct, 2020 1 commit
-
-
Andrew Burger authored
To match emane. Checked with: ``` ps ax -o pid,class,priority,comm |grep RR ```
-
- 13 Jun, 2020 1 commit
-
-
Michael Cook authored
-