fifo isn't really the right data structure for varying expirations.
authortedu <tedu@openbsd.org>
Thu, 27 Dec 2018 18:00:15 +0000 (18:00 +0000)
committertedu <tedu@openbsd.org>
Thu, 27 Dec 2018 18:00:15 +0000 (18:00 +0000)
commit4765013f74fdeaac3d3876e580347849893466a1
tree5d1aed9be917354d4dda3fa349e8ef465b49afb0
parentd9734eb0a712433fc3a3097b8badcab0e7fb8f25
fifo isn't really the right data structure for varying expirations.
convert to a simple rbtree ordered by expiration time.
ok anton
usr.sbin/rebound/rebound.c